Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x + = 5 >>> print | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x + = 5 >>> print

answer should be 9 as assign operators lets say c += a c = c+a but they said answer is wrong

28th Apr 2020, 6:54 AM
Salman farooq
Salman farooq - avatar
1 Answer
0
print x
28th Apr 2020, 8:04 AM
Noman S. Shiekh
Noman S. Shiekh - avatar