Skip to content

Instantly share code, notes, and snippets.

@ysnerdem
Created January 17, 2018 23:36
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 ysnerdem/b6835e48b11a2e73a9dfcb78929a4c16 to your computer and use it in GitHub Desktop.
Save ysnerdem/b6835e48b11a2e73a9dfcb78929a4c16 to your computer and use it in GitHub Desktop.
for i in range(1, 11):
print("**************")
for j in range(1, 11):
print("{} x {} = {}".format(i, j, i*j))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment