Python Forum

Full Version: '>' not supported between instances of 'int' and 'str'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Larz60+,
I experienced the same problem and I was working with variables filled with numbers. Here it was:
if players > 12:
print("I said 4-12 players try again")
names()
Pages: 1 2