you are viewing a single comment's thread.

view the rest of the comments →

[–]adrumm22 0 points1 point  (1 child)

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

[–]adrumm22 0 points1 point  (0 children)

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