[Python] if input matches input first entered then.
Go to solution
Solved by werto165,
3 minutes ago, WillLTT said:
input1 = input("Please enter var1")
input2 = input("Please enter var2")
if(input1 == input2):
print("hello world")
else:
print("goodbye world")
...


Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now