write a python script to convert a number into str type Get link Facebook X Pinterest Email Other Apps - October 22, 2022 #write a python script to convert a number into str type a= 5 print(str(a)) Read more