Skip to content

Instantly share code, notes, and snippets.

@abhi923
Created April 26, 2020 11:05
Show Gist options
  • Save abhi923/d82d0de8acd41446b970ea86624a09e7 to your computer and use it in GitHub Desktop.
Save abhi923/d82d0de8acd41446b970ea86624a09e7 to your computer and use it in GitHub Desktop.
print("+" + 10 * "-" + "+")
print(("|" + " " * 10 + "|\n") * 5, end="")
print("+" + 10 * "-" + "+")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment