Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
// -> to return quotient % -> to return remainder if popsicles % siblings == 0
4th Jan 2022, 5:43 PM
Simba
Simba - avatar
+ 4
Maybe you missed the colon(:) at the end of if statement
4th Jan 2022, 5:53 PM
Simba
Simba - avatar
0
Umar Khalid , need to add colon after if and condition. if popsicles % siblings == 0: print('giveaway') else: print('eat it yourself')
4th Jan 2022, 5:57 PM
Shadoff
Shadoff - avatar