Type conversion | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Type conversion

how to use this feature.i am getting error

16th Dec 2016, 4:29 PM
U RAY
U RAY - avatar
1 Respuesta
0
please provide some example you are trying so that I can figure out some error in it. Type conversion is pretty straight forward. for example: a = 10 b = str(a) # converts int to string
16th Dec 2016, 10:12 PM
akshil
akshil - avatar