Closed v-j-0 closed 4 years ago
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
'''
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](https://www.dataschool.io/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
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
'''
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