str: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
<h2 style="color:#000066">''' | <h2 style="color:#000066">'''str ''any value'''''</h2> | ||
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
<h2 style="color:#000066">''' | <h2 style="color:#000066">'''str ''any value'''''</h2> | ||
Operand types:
any value Anything
Type of returned value:
Compatibility
Version 2.00 required.
Description:
Converts any variable to a string.
Example:
str(2+3) , result is "5"