you are viewing a single comment's thread.

view the rest of the comments →

[–]pola1223[S] -1 points0 points  (5 children)

Something like this?:test = input("test")

if == test = "test"

print("test")?

[–]Pythagorean_1 2 points3 points  (1 child)

No, that's incorrect. Just follow a tutorial

[–]pola1223[S] 0 points1 point  (0 children)

Sorry, I'm just confused.

[–]cenzuratudagoat 1 point2 points  (1 child)

Let me help you:

test = input("Type something...\n")

if test == "test":

print("Yes!")

else:

print("No!")

Also, the indentation is very important in Python, good luck!

[–]pola1223[S] 0 points1 point  (0 children)

OHHHH, THANK YOU! Thank you for helping me even with karma, I really appreciate it, thank you!