From d154af752cdf0b5080a44610d3df8696321095ea Mon Sep 17 00:00:00 2001 From: MDALEEMUDDIN <69512226+MDALEEMUDDIN@users.noreply.github.com> Date: Tue, 11 Aug 2020 17:11:56 +0530 Subject: [PATCH] Update assignment_01.py The solution is correct. Because 4 goes in 15 three times . --- Section_01/assignment_01.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Section_01/assignment_01.py b/Section_01/assignment_01.py index 96bb182..fbb3e49 100644 --- a/Section_01/assignment_01.py +++ b/Section_01/assignment_01.py @@ -6,7 +6,9 @@ """ - +Num1=15 +Num2=4 +Print(num1 % num2 )