Computer Science, asked by aryaparashar5103, 10 months ago

IfX="Sunday" then print have fun else print"follow the routine"

Answers

Answered by hackden
0

in python-

x = input("What is day")

if x == "sunday" :

print("Maze lo")

else:

print("Kaam karo")

Similar questions