aayushi-droid/Python-Thunder

Folding a Piece of Paper

nootz1999 opened this issue · 1 comments

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

Problem statement: Create a function that returns the thickness (in meters) of a piece of paper after folding it n number of times. The paper starts off with a thickness of 0.5mm.
Problem Link: https://edabit.com/challenge/4t6YAJS8dtT7RQjta


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

  • fileName format should be in camelcase
    example- returnTheNextNumber.py
  • Add label for Problem
  • In file there should be problem statement and link to problem
    example -
'''
    Problem Task : This program will add two numbers
    Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

@aayushi-droid can i work on this ?