0
I’m confused on this question
Fill in the blanks to declare a variable, add 5 to it and print its value >>> x=4 >>> x blank =5 >>> print blank Could u please explain the blanks aswell please, thanks
5 Respuestas
+ 4
No problem. You're welcome Janet :)
+ 6
The code seems to be using the shorthand operator x += 5 in the first blank, which is same as x = x + 5
Obviously, x is the last blank.
0
I’ve tried but , it’s wrong
0
Ohhhh, I’m new , didn’t realise
Thank you