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 )