Skip to content

Commit 0e5d6d4

Browse files
authored
Update 02_python.py
1 parent 41b61aa commit 0e5d6d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Python/02_python.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@
2323
25
2424
>>> bacon = 18
2525
>>> bacon / tuna
26-
3.6
26+
3.6
27+
>>> 4 * 20
28+
80
29+
>>> 5 + 7
30+
12
31+
>>> 6 * 2
32+
12

0 commit comments

Comments
 (0)