+ 1
Need help
Question 4 in the module 1 test I filled in the blanks with + and x. I am not sure what is the mistake. Please help me.
4 RĂ©ponses
+ 11
Checked the Quiz.. The correct whole code is -
x = 4
x += 5
print(x)
Tip - You could've unlocked the solution using the UNLOCK button...Use that from next time if you don't know the answer :)
+ 1
Which test was this? (e.g. Python test, Java test, etc.)
+ 1
Oh I forgot to write it down,but itâs python
+ 1
Thanks for helping,didnât see that you had to
Put parentheses!