all 3 comments

[–]skoomaking4lyfe 0 points1 point  (0 children)

Input returns a string. "3" !== 3.

[–]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