I'm currently working on a code and I'm getting this error. Please explain what am I doing wrong in a simple way...help!
s=int(input('input random seed:'))
a=print('The first number is',format(random(50,56)))
b=print('The second number is',format(random(50,56)))
if (a*b)==c:
print('Your answer is correct.')
Problem is you are assigning with print statement that will return
Nonein pythontry this: