Mega Code Archive

 
Categories / Python / String
 

Print out dashes in an easy way

print '-'*80                    # 80 dashes, the easy way