What is the str on python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is the str on python

please answer my question I'm new

13th Feb 2017, 9:57 PM
giannis konstantinidis
3 Réponses
+ 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