Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created May 26, 2020 06:52
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 BMU-Verlag/97deba0edf6de35f72c36888f38d53bc to your computer and use it in GitHub Desktop.
Save BMU-Verlag/97deba0edf6de35f72c36888f38d53bc to your computer and use it in GitHub Desktop.
def print_numbers (max_number):
for index_1 in max_number: n *
for index_2 in max_number: n *
print (index_1 + index_2) 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment