Update 3 - It's Natural.py

This commit is contained in:
Lukas Baumann 2021-02-18 08:41:39 +01:00 committed by GitHub
parent 494101e0a6
commit 2543d7baf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,5 @@ def naturalNumbers(n):
out += [i+1] out += [i+1]
return out return out
#def naturalNumbers(n): # def naturalNumbers(n):
# return [i+1 for i in range(n)] # return [i+1 for i in range(n)]