Skip to content

Commit 986eb26

Browse files
authored
Updated readme with links to source code
1 parent 9f87bf8 commit 986eb26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Assumes the user does not know anything about programming in python.
77
* Supports the functions `+,-,*,/`
88

99
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator%20Tutorial.md)
10+
[Source](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator.py)
1011

1112
## Advanced Calculator
1213

@@ -16,3 +17,4 @@ Assumes the user does not know anything about programming in python.
1617
* Can convert `Degrees to Radians, Radians to Degrees`
1718

1819
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator%20Tutorial.md)
20+
[Source](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator.py)

0 commit comments

Comments
 (0)