Help with popsicles exercises in paython | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help with popsicles exercises in paython

https://www.sololearn.com/coach/3?ref=app as I do so that all the modules approve me, since I only approve a few, and if they agree more code with the other input data, the answer will be several results and only learning fails me.

30th Jan 2020, 5:44 PM
Diego Rangel
Diego Rangel - avatar
5 Answers
+ 2
Well, what's wrong with that? It looks ok. Only change those variables as inputs. ... siblings = int(input()) popsicles = int(input()) rest is ok.
30th Jan 2020, 6:15 PM
r8w9
r8w9 - avatar
+ 2
Thank youuuuuu friend
30th Jan 2020, 6:23 PM
Diego Rangel
Diego Rangel - avatar
+ 1
siblings = int(2) popsicles = int(5) #your code goes here if popsicles % siblings ==0: print ("give away") else: print ("eat them yourself")
30th Jan 2020, 6:12 PM
Diego Rangel
Diego Rangel - avatar
0
Post your attempt?
30th Jan 2020, 6:03 PM
Gevork Bagratyan
0
Show us your attempt first.
30th Jan 2020, 6:04 PM
r8w9
r8w9 - avatar