0
I don't get this plz help x=4 x_=5 print.....
1 Réponse
0
Delete underscore. underscores in Python are used to hide a variable but use it at the beginning of the variable. I would like to see the whole code because maybe you have an error somewhere else.
x,z=4,5
print (x+z)