what is str
what is the meaning of str and how it works i know its not in this latihan but i still need to know about it
Voters
CHIN5033 (0)
pls reply fast is urgent
Ask coding questions
what is the meaning of str and how it works i know its not in this latihan but i still need to know about it
pls reply fast is urgent
Str is short for string (a bunch of letters). Using it as a function lets you convert any object to a string.
For example:
"123" == str(123)
Please mark this comment as the answer if it answered your question. Thanks!