aayushi-droid/Python-Thunder

Calculate Age In Days

v-j-0 opened this issue · 4 comments

v-j-0 commented

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

Problem statement:Create a function that takes the age and return the age in days.
Problem Link:https://edabit.com/challenge/bL7hSc6Zh4zZJzGmw


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

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Add label for Problem
  • In file there should be problem statement and link to probelm
    example -
'''

Problem statement: Create a function that takes the age and return the age in days.
Problem Link: https://edabit.com/challenge/bL7hSc6Zh4zZJzGmw

'''


def calcAge(age):
    return age * 365

This repository is vaild for HacktoberFest2020

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

Hi!
I'd like to do this

Hi @v-j-0 I would like to work on this

Hi @v-j-0! would you mind assign this issue to me?

Hi! I would like to do this @v-j-0