Skip to content

Instantly share code, notes, and snippets.

@diewland
Last active August 31, 2019 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diewland/15018f07f46e6c5abdf9c1974052533c to your computer and use it in GitHub Desktop.
Save diewland/15018f07f46e6c5abdf9c1974052533c to your computer and use it in GitHub Desktop.
Print fix-width without tab
for i in range(10):
print('{:<10}: {}'.format('*'*(i+1), 'row %s' % (i+1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment