What is the str on python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is the str on python

please answer my question I'm new

13th Feb 2017, 9:57 PM
giannis konstantinidis
3 Respostas
+ 4
String
13th Feb 2017, 9:59 PM
Samuel Å Ćŗr
Samuel Å Ćŗr - avatar
+ 4
'str' stand effectivly for 'srting', but it's mainly a Python function to cast variable to string... str(5) # --> "5"
14th Feb 2017, 1:46 AM
visph
visph - avatar
+ 1
oh ok thank you
13th Feb 2017, 10:00 PM
giannis konstantinidis