Posts

Showing posts with the label rite a python script to convert a number into str type

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))