From b3d76ae49241f2c41932e7ffffef599ec8407d0f Mon Sep 17 00:00:00 2001 From: samihelif Date: Sun, 1 Nov 2020 19:24:20 +1100 Subject: [PATCH] Update assignment_01.py --- Section_01/assignment_01.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Section_01/assignment_01.py b/Section_01/assignment_01.py index 96bb182..c939732 100644 --- a/Section_01/assignment_01.py +++ b/Section_01/assignment_01.py @@ -5,8 +5,8 @@ How would you change the code to meet the requirement? """ - - +rem = 15 % 4 +print ( rem )