0
how can i get the answer of this question?(i mean what should i fill in the blanksđđ)
>>>x=4 >>>x__=5 print__
2 Answers
+ 3
>>>x=4
>>>x !=5
print (x)
I don't know if I'm correct but you could try it.
+ 1
There can be many possibilities...
Try x=4, x+=5, print(x)