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
Reference dictionary in print function : Dictionary Output « Dictionary « Python
Python
Dictionary
Dictionary Output
Reference dictionary in print function
print
"%(n)d %(x)s"
% {
"n"
:1,
"x"
:
"spam"
}
Related examples in the same category