0
Fill in the blanks to declare a variable, add 5 to it and print its value.
>>> x=4 >>> x_=5 >>> print__ how can slove it ?please give me solution
1 Antwort
+ 1
no need ans.. i solved this..
>>> x=4
>>> x+=5
>>>print(x)
9
>>> x=4 >>> x_=5 >>> print__ how can slove it ?please give me solution