Questions.
Is there any way to ask questions in your code? This is what I have so far but it is not working.
question = input()
if question == ("What's 1+1?"):
print("The answer is two of course!")
elif question == ("What time is it?"):
print("Time to get a watch lmao")
else:
print("That's all from me for now!")
Please sign in to leave a comment.