+ 2
I dont get it bout this
>>> x = 4 >>> x_= 5 >>> print __ _ = blank if second line I put x+= 5 what should I write in print? I already search in book but I'm lost...
2 Answers
+ 12
x=4
x+=5
print x or print (x)
+ 1
tx I'll try the (x) coz I'd been try x n it can't