0
Where is the error
light_on=True door_locked=False Print(light_on OR door_locked) Print(light_on AND door_locked)
2 Réponses
+ 5
Hi! Please, write:
print -> not Print
or and -> not OR AND
Python is case sensitive language
0
The strings are not having quotation marks on both side and like the first post,Print should be print and use snake case (_) on all spaces,hope this will solve your problem!



