You have a box of popsicles and you want to give them all away to a group of brothers and sisters. If you have enough left in th | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

You have a box of popsicles and you want to give them all away to a group of brothers and sisters. If you have enough left in th

What's wrong? https://code.sololearn.com/crFP13mvvhp9/?ref=app

17th Jan 2021, 5:36 PM
‎ Герман Папанов(הרמן פפנוב)‎
‎ Герман Папанов(הרמן פפנוב)‎ - avatar
2 Answers
+ 3
Read the condition statement again ... Try : siblings = int(input()) popsicles = int(input()) if popsicles%siblings == 0: print("give away") else: print("eat them yourself")
17th Jan 2021, 5:45 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 1
No fits
17th Jan 2021, 6:02 PM
‎ Герман Папанов(הרמן פפנוב)‎
‎ Герман Папанов(הרמן פפנוב)‎ - avatar