diff --git a/Gugu Gaga b/Gugu Gaga new file mode 100644 index 0000000..3cdbc4a --- /dev/null +++ b/Gugu Gaga @@ -0,0 +1 @@ +This is my solution of the problem statement diff --git a/proj 40/list of numbers.py b/proj 40/list of numbers.py new file mode 100644 index 0000000..0e5ca30 --- /dev/null +++ b/proj 40/list of numbers.py @@ -0,0 +1,3 @@ +for i in range(1, 51): + print(2*i - 1) + diff --git a/proj40/list of numbers.py b/proj40/list of numbers.py new file mode 100644 index 0000000..0e5ca30 --- /dev/null +++ b/proj40/list of numbers.py @@ -0,0 +1,3 @@ +for i in range(1, 51): + print(2*i - 1) +