twowaits/make-pull-request

1st Oct : Write a Function in Python to achieve below functionality

Closed this issue · 19 comments

Fibonacci Series with a Twist

Add following functionalities to it :

  • Take input the value of 'n', upto which you will print.
    -Print the Fibonacci Series upto n while replacing prime numbers, all multiples of 5 by 0.

Sample Input :
12
27

Sample Output :
1 1 0 0 0 8 0 21 34 0 0 144
1 1 0 0 0 8 0 21 34 0 0 144 0 377 0 987 0 2584 4181 0 10946 17711 0 46368 0 121393 196418

  • No need to wait for getting assigned, you can go ahead attempt the issues and raise a PR by 10 AM 2nd Oct.
  • We will review any comments or PRs at 5 PM & 10 PM on 1st Oct, will give feedback if needed.

How to name your file?

  • Go to folder : "/Python/2021/"
  • Take today's date, i.e. 1stOct
  • Take your GitHUB username id like "hrithik339", "hacker-boy", etc or anything which you have.
  • File extension = ".py" in this issue.

Combine all 3 to get your file name : Date + "_" + Username + File Extension, ex. "1stOct_hrithik339.py". Create this file in above mentioned folder only "/Python/2021/".

This will ensure no file will be conflict and any number of contributors can work on the same issue.

If you have any query ask in comments below, kindly follow this pattern strictly.

You can join our Whatsapp group to get instant support : Link to Whatsapp Group

No need to wait for getting assigned. Just go ahead and Raise PRs after doing the needed code.

Please assign this task to me I can fix it

Please assign this to me I want to fix it.

No need to wait for getting assigned. Just go ahead and Raise PRs after doing the needed code.

please assign this to me i know this.

No need to wait for getting assigned. Just go ahead and Raise PRs after doing the needed code.

ADDED 1stOct_pyprakhar.py

When doing git clone some case sensitive files like
'Python/8thOct-2.py'
'Python/8thoct-2.py'
'Python/9thOct-2.py'
'Python/9thoct-2.py' …
And more 11 are saying collided (due to being duplicate case sensitive files)
I even tried downloading manually and renaming them
What to do?
Can i submit PR with these files missing?🥲

would you please assign this task to me. I can fix this.

@adipratapthakur No need to wait for getting assigned. Just go ahead and Raise PRs after doing the needed code.

@dark-coder-cat Yes

fixed the issue with very easy solution ,please merge it

could you accept pull request #1012

Hi! I added the python solution. Could you accept pull request #1232

1stOct_rajni0829.py #741

Added the issue solution for 1st Oct python. Thnx 👍🏻
#1271

No need to worry about so many students for 1 issue.

Everyone can work on it and every valid request will be merged by midnight.

Keep Hacking!

Added my solution to the issue

I can work on this. I have a good knowledge of python.

Hi There
Wasn't it supposed to be open till 10 AM IST today ??