A very simple question but I'm stuck | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 2

A very simple question but I'm stuck

Fill in the blanks to declare a variable,add 5 to it and print its value: x = 4 x_=5 print __ so,what's the answer?

12th Apr 2017, 10:58 AM
heyue
1 Réponse
0
x = 4 x+=5 print(x) If it works can you please up vote it
12th Apr 2017, 11:10 AM
Michael McKey