0
Popsicles
I get error.। Why. siblings = int(input()) popsicles = int(input()) #your code goes here if popsicles == siblings : print ("give away") else : print ("eat them yourself")
2 Respuestas
+ 2
Read the task description again: we give the popsicles away when all siblings can get the same number of popsicles
+ 1
Monish Khan
You want to divide popsicles in equal part so what you will do?
Suppose you have 9 popsicles and you want to divide in 3 equal part then what should be check?