0

Anyone help ?🙁

siblings = int(input()) popsicles = int(input()) if popsicles % siblings==0 print("give away") else: print("eat them yourself")

22nd Jul 2020, 4:38 PM
Amit Kumar
Amit Kumar - avatar
3 Antworten
+ 2
Amit Kumar try this ur code siblings = int(input()) popsicles = int(input()) if popsicles % siblings==0: print("give away") else: print("eat them yourself")
22nd Jul 2020, 4:47 PM
Sâgærāvürï
Sâgærāvürï - avatar
+ 2
Your code is right but you should right syntax and semicolon in if statement.
22nd Jul 2020, 4:47 PM
Sâñtôsh
Sâñtôsh - avatar
0
Thank u for helping 🙏
22nd Jul 2020, 4:48 PM
Amit Kumar
Amit Kumar - avatar