What is the str on python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the str on python

please answer my question I'm new

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