0
Type conversion
how to use this feature.i am getting error
1 Resposta
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