fill in the blanks to declare a variable, add 5 to it and print its value | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

fill in the blanks to declare a variable, add 5 to it and print its value

x=4 x _ =5 print (x)

14th May 2023, 1:29 AM
Yanmary Reinay Solano Acosta
Yanmary Reinay Solano Acosta - avatar
2 Respuestas
+ 2
x+=5
14th May 2023, 4:25 AM
Sakshi
Sakshi - avatar
+ 5
Complete python course and you will understand it.
14th May 2023, 5:45 AM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar