+ 4
Harvie Wong For Python inequality operator is `!=` text = input("What is this: ") print(text) if text != "SoloLearn": print("Wrong answer") else: print("Yes that's right") P.S. Specify a language in Relevant Tags so it's visible from the outside
6th Feb 2019, 6:13 AM
Ipang