0
What's wrong with this code? Its not working
def greet(): print('hi there mister') Pin = input('enter password:-') if Pin != 'walls': print('incorrect password!') else: greet()
2 odpowiedzi
+ 1
It works for me. What is the error you get?
0
Oh thanks for reply. Think it is the IDE I'm using, a phone app. Asks for "custom input to separate multiple inputs"