Skip to content

Commit d154af7

Browse files
authored
Update assignment_01.py
The solution is correct. Because 4 goes in 15 three times .
1 parent e02d210 commit d154af7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Section_01/assignment_01.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
77
"""
88

9-
9+
Num1=15
10+
Num2=4
11+
Print(num1 % num2 )
1012

1113

1214

0 commit comments

Comments
 (0)