+ 6
Code Problem😧
Can any one help me in my code😢 https://code.sololearn.com/cULqYbI6bpJ2/?ref=app
12 ответов
+ 19
👍
+ 5
You can use like that ouside the switch:
if( day == 5 ) print(" Text..");
+ 4
Remove if statement from inside the switch
+ 4
Hananeh Thank you😁
My input was day(Monday,...)😆😆😆😆😐
+ 3
Your switch statement is checking for the input of numbers 1-7 not the actual Birthday or date
+ 2
Muhammadamin thank you but it's not working😧
+ 2
Roderick Davis What I have to do?
+ 2
Hananeh I tried it before but it doesn't worked