Hi i'm struggling with writing code for the python simple calculator, how can i work around that | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Hi i'm struggling with writing code for the python simple calculator, how can i work around that

Python simple calculator code

13th Dec 2021, 6:40 AM
Bonga Mabaso
Bonga Mabaso - avatar
2 ответов
+ 3
Oh i managed to sort it out thanks by the way😌
13th Dec 2021, 8:37 AM
Bonga Mabaso
Bonga Mabaso - avatar
0
Hi I need some assistance with this code for the Boolean logic 2 with test 4 fail I'm struggling to see where I'm going wrong hour = int(input()) day = int(input()) if (hour >= 10 and hour <= 21): if (day >= 1 and day <= 5): print("Open") else: print("Closed")
24th Dec 2021, 5:26 AM
Bonga Mabaso
Bonga Mabaso - avatar