Created
May 9, 2019 08:19
-
-
Save ItsCosmas/f440ad5b1bab433651ef681762f45141 to your computer and use it in GitHub Desktop.
Range
This file contains 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
numbers = list(range(10)) | |
print(numbers) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment