Skip to content

Commit 4b664a3

Browse files
authored
Fixed indenting
1 parent 8867b96 commit 4b664a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Python Tutorial: Making a simple command line calculator
33
Assumes the user does not know anything about programming in python.
44

5-
# Simple Calculator
5+
## Simple Calculator
66

77
* Supports the functions `+,-,*,/`
88

99
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator%20Tutorial.md)
1010

11-
# Advanced Calculator
11+
## Advanced Calculator
1212

1313
* Supports the functions `+,-,*,/,^,sqrt,!,abs,sin,cos,tan,arcsin,arccos,arctan,log,log10,rand,randint`
1414
* Also has memory ability `M+,MR,M-`

0 commit comments

Comments
 (0)