0
What dose 'str' mean?
3 odpowiedzi
+ 9
You mean str()? It's a method that converts other types to string.
https://www.programiz.com/JUMP_LINK__&&__python__&&__JUMP_LINK-programming/methods/built-in/str
+ 3
str() or ‘’ or “”
0
String (text like "This is a string". Text like This is a string is not a string.)