We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd52999 commit 8867b96Copy full SHA for 8867b96
1 file changed
README.md
@@ -6,7 +6,7 @@ Assumes the user does not know anything about programming in python.
6
7
* Supports the functions `+,-,*,/`
8
9
-Tutorial:
+[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator%20Tutorial.md)
10
11
# Advanced Calculator
12
@@ -15,4 +15,4 @@ Tutorial:
15
* Can recall constants `pi,e,tau`
16
* Can convert `Degrees to Radians, Radians to Degrees`
17
18
+[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator%20Tutorial.md)
0 commit comments