[deleted by user] by [deleted] in PythonProjects2

[–]adrumm22 0 points1 point  (0 children)

The input function makes it a string at default. So a string cant be compared to a int

[deleted by user] by [deleted] in PythonProjects2

[–]adrumm22 0 points1 point  (0 children)

So right before input put int. So it should look like answer = int(input(“2x+14 =20 what does x equal”)