Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

question command python

Question = input("How are you")

if Question == "Great!":
    print("Me too!")

elif Question == "Bad":
    print(":(")

else:
    print("Please anwser 'Great' or 'Bad'")
 
PREVIOUS NEXT
Tagged: #question #command #python
ADD COMMENT
Topic
Name
8+2 =