Skip to content

Instantly share code, notes, and snippets.

@tanmay-dev-03
Created June 25, 2021 17:00
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 tanmay-dev-03/db4e7f10e67d1fd59793e65fc95bce3e to your computer and use it in GitHub Desktop.
Save tanmay-dev-03/db4e7f10e67d1fd59793e65fc95bce3e to your computer and use it in GitHub Desktop.
import os

print("-"*os.get_terminal_size().columns)

input("Press any key")

print("-"*os.get_terminal_size().columns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment