Im trying to make a maths quiz, but when i try to run it, it says that. heres the code:

Code:
from random import randint
while true:
    (randint(10, 30)) = answer1
    (randint(10, 30)) = answer2
    int('what is',answer1,'plus',answer2)
It is unfinished, so it might be the rest of the code.