+ 2
what‘s the meaning of this?
fill in the blanks to declare a variable,add 5 to it and print its value I have got stuck for a long time
4 Antworten
+ 1
Thank you!
0
Well,ty.I know ‘money +=5’ but how can I print the valve:
>>>x=4
>>>x+=5
>>>print ()
I’ve tried to enter ‘print (“9”)’ or ‘print (9)’,but it’s all wrong.