Created
July 25, 2023 13:20
-
-
Save paulodutra/a670457a4ea6edba1b2775517cece31a to your computer and use it in GitHub Desktop.
An example using for and range
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 i in range(1,3): | |
print(i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment