Popsicle program in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Popsicle program in python

4th Nov 2022, 5:07 AM
Kanishka.R
Kanishka.R - avatar
2 Answers
+ 2
Kanishka.R post your attempted code..
4th Nov 2022, 6:15 AM
Riya
Riya - avatar
0
siblings = int(input()) popsicles = int(input()) if (popsicles%siblings==0): print("give away") else: print("eat them yourself") I SOLVED . THANK YOU
4th Nov 2022, 6:25 AM
Kanishka.R
Kanishka.R - avatar