2 Respuestas
+ 3
Oh i managed to sort it out thanks by the way😌
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")