+ 2
In python what is "str"? I don't know what is it for
2 Answers
+ 5
str-the base type is an immutable sequence of characters; str from "string".
+ 1
"str" is one of object type, "str" for String.
You also have dict for dictionnary, list for list, etc...