Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Used by print: user-friendly form : str « Buildin Function « Python
Python
Buildin Function
str
Used by print: user-friendly form
num = 1 / 3.0 print str(num) # used by print: user-friendly form
Related examples in the same category
1.
str Function
2.
Why Use str on a doc string?
3.
Input and Output: str() function: return representations of values which are human-readable