From 2543d7baf4fc268fb26e40a4340b90b6871dc04c Mon Sep 17 00:00:00 2001 From: Lukas Baumann Date: Thu, 18 Feb 2021 08:41:39 +0100 Subject: [PATCH] Update 3 - It's Natural.py --- 13/3 - It's Natural.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/13/3 - It's Natural.py b/13/3 - It's Natural.py index 590e5f3..71447d6 100644 --- a/13/3 - It's Natural.py +++ b/13/3 - It's Natural.py @@ -4,5 +4,5 @@ def naturalNumbers(n): out += [i+1] return out -#def naturalNumbers(n): -# return [i+1 for i in range(n)] +# def naturalNumbers(n): +# return [i+1 for i in range(n)]