+ 2
Popsicles code, test case 4 is wrong but hidden
Hey, if anyone knows python better than I do, could you please help me and look at what wrong with my code, test case 4 is wrong for some reason, thanks 👍 siblings = int(input()) popsicles = int(input()) if siblings % 3 == 0 and popsicles % 3 == 0: print("give away") elif siblings % 2 == 0 and popsicles % 2 == 0: print("give away") else: print("eat them yourself")
3 Respuestas
+ 15
Maybe helpful to u :)
https://code.sololearn.com/c550ceUV3Mso/?ref=app
+ 12
Abdulaziz Al-Shehhi my pleasure :)
+ 1
yeah that one helped thanks tara