print(input ( "What day of the week is it? " )) print(input("Is it a holiday? ")) if "yes": print("Sleep in lil bro") else : print( "Get up ya lazy thing" )