aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

Recursive repetition of string #82

Closed RitikaAg closed 4 years ago

RitikaAg commented 4 years ago

Before jumping into PR first comment for assign. All Problem from Edabit. Link is mandatory to add

Problem statement: Write a function that creates a recursive function that takes two parameters and repeats the string n number of times. The first parameter txt is the string to be repeated and the second parameter is the number of times the string is to be repeated.

Problem Link: https://edabit.com/challenge/QKmETue6fMTdcB8Rq

Before submitting a PR please Check some details. Check Edabit for problem task

example -

'''
    Problem Task : This program will add two numbers
    Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
    return a + b

This repository is valid for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

RitikaAg commented 4 years ago

Please assign this task to me

somkuwaryash commented 4 years ago

Please assign this task to me. I would like to work on it.

rajat1401 commented 4 years ago

Hi @RitikaAg Please assign this issue to me.

RitikaAg commented 4 years ago

I've created this issue so I can work on it once it's assigned to me, in keeping with the guidelines

aayushi-droid commented 4 years ago

Unassigned Pull Request will be mark as invalid and they will not count for Hacktober.

RitikaAg commented 4 years ago

@aayushi-droid I've created the PR for this issue