Skip to content

Commit 37cc0d0

Browse files
committed
cmt
1 parent 7ccfcce commit 37cc0d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

main.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
a = 12
2+
b =3
3+
c = a*b
4+
print(type(c))
5+

tasks.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Finish Python tutorial
22
Finish Python tutorial
33
Finish Python tutorial
4+
Finish your homework today

0 commit comments

Comments
 (0)