1 x = 15. 2 x = "python". 3 print ( x )
Answers
Answered by
1
x= 15.2
x= "python"
print(x)
output
python
Similar questions