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

else
    print("stfu")




Python

Related
terminal output redirect to a file Code Example terminal output redirect to a file Code Example
flask stream with data/context Code Example flask stream with data/context Code Example
pytorch pad to square Code Example pytorch pad to square Code Example
how to catch stop itteration in generator as None Code Example how to catch stop itteration in generator as None Code Example
convert to lowercase command python Code Example convert to lowercase command python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8