0
Heyyy I'm trying to do the popsicles coding challenge but my code isn't working. Can someone pls help me?
siblings = int(input()) popsicles = int(input()) #your code goes here if popsicles/siblings: print("give away") else: print("eat them yourself")
5 Antworten
+ 7
Understand the difference between the operators /, %, and // in python.
You can solve it easily, if you understand task correctly....
+ 6
Please read the task properly.
What is it you need to do? What example do they provide? Does your code meet that example when you run it?
+ 2
okk I'll keep learning and try again later! thanks!!
+ 2
got it thanks!!