Computer Science, asked by JatavathIndhu, 6 hours ago

1 x = 15. 2 x = "python". 3 print ( x )​

Answers

Answered by anurag2147
1

x= 15.2

x= "python"

print(x)

output

python

Similar questions