name =input ("hello how are you ") if name==("good"): print ("thats nice") else print("stfu")

0

name =input ("hello how are you ") if name==("good"): print ("Thats nice") else print("stfu")

By Beginner Jeremy Blanda at Feb 01 2021


Related code examples


Code examples by languages