write a python script to convert a number into str type

 #write a python script to convert a number into str type

a=5
print(str(a))

Comments

Popular posts from this blog