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
Menu
Print out dashes in an easy way : String Repitition « String « Python
Python
String
String Repitition
Print out dashes in an easy way
print
'-'
*80 # 80 dashes, the easy way
Related examples in the same category
1.
String repitition demo