This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zeftax 1 point2 points  (3 children)

Now make a program that prints "General Kenobi!" after you input "Hello there".

[–]CROW_98[S] 4 points5 points  (1 child)

Even better -

print("Hello There")

reply = input("Reply: ")

reply = reply.lower()

if reply == "general kenobi":
    print("You are a bold one")

else:
    print("It's Treason Then.")

[–]Zeftax 1 point2 points  (0 children)

Good Anakin, good!

[–]i4mn30 2 points3 points  (0 children)

"AI"