Posts by andre_250 • 1 point
1 post
- 
		0 votes3 answers3749 viewsA: Problems with input results after using an "int()"Typeerror: '>=' not supported between instances of 'str' and 'int' This error happens because the relational operator (>=) is being used between the string and the integer. To correct just add…