Doubt about assigmnet1

Hi, @shivrajrtandale98 I am neha ,I have doubt about the assignment1 question.
There expected output is written as Expected Output : 1 1 2 3 5 8 13 21 34
But in question it is written as write a Python program to get the Fibonacci series between 0 to 50
So, In code we need to submit output starting from 0 like → 0 1 1 2 3 5 8 13 21 34
or as written in question ->1 1 2 3 5 8 13 21 34

1 Like

@nwagh938

This was just a sample given.
You can write in the code on which the range is between 0-50 .
Menas 0 should also be included.

1 Like

@shivrajrtandale98 Here in assignment 1, do we need to create 3 different repositories in github to submit this 3 questions because links are different for submission?

@nwagh938

You can upload the different files in same repository and submit the same link in all three.

1 Like