IfX="Sunday" then print have fun else print"follow the routine"
Answers
Answered by
0
in python-
x = input("What is day")
if x == "sunday" :
print("Maze lo")
else:
print("Kaam karo")
Similar questions