File "python", line 2
SyntaxError: can't assign to literal
Oops, try again.
Make sure that you define the variable 'my_int'.

#Set the variables to the values listed in the instructions!
"my_int" = 7
"my_float" = 1.23
"my_bool" = True

Dafaq am I doing wrong? I even tried "my_bool" without "