Skip to content

Instantly share code, notes, and snippets.

@amigojapan
Created July 19, 2018 08:57
Show Gist options
  • Select an option

  • Save amigojapan/7ca044ada1a13cc8b33cbbec94ac2737 to your computer and use it in GitHub Desktop.

Select an option

Save amigojapan/7ca044ada1a13cc8b33cbbec94ac2737 to your computer and use it in GitHub Desktop.
for X in range (2,13):
print("")
for Y in range (2,13):
print(str(X)+"x"+str(Y)+"="+str(X*Y))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment