We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986eb26 commit 552fe62Copy full SHA for 552fe62
1 file changed
README.md
@@ -7,6 +7,7 @@ Assumes the user does not know anything about programming in python.
7
* Supports the functions `+,-,*,/`
8
9
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator%20Tutorial.md)
10
+
11
[Source](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator.py)
12
13
## Advanced Calculator
@@ -17,4 +18,5 @@ Assumes the user does not know anything about programming in python.
17
18
* Can convert `Degrees to Radians, Radians to Degrees`
19
20
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator%20Tutorial.md)
21
22
[Source](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator.py)
0 commit comments