+ 3
Changing a value from one type to another. For example to change the integer 24 to a string: a = 24 b = str(a)
8th May 2020, 9:43 AM
Slick
Slick - avatar