Created
July 19, 2018 08:57
-
-
Save amigojapan/7ca044ada1a13cc8b33cbbec94ac2737 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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