mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Fix typo
8-1 is 7 =)
This commit is contained in:
parent
2e9f5a642b
commit
26d6fe55e3
@ -26,7 +26,7 @@ to Python 2.x. Look for another tour of Python 3 soon!
|
||||
|
||||
# Math is what you would expect
|
||||
1 + 1 #=> 2
|
||||
8 - 1 #=> 9
|
||||
8 - 1 #=> 7
|
||||
10 * 2 #=> 20
|
||||
35 / 5 #=> 7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user