Python Demo
Python Code
Output
str_x = "A string to int conversion demo:" a = 123 print (str_x, str(a))