aayushi-droid / Python-Thunder

A curated list of Python applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finding Discount in python

g-jindal2001 opened this issue · comments

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

Problem statement: Create a function that takes two arguments: the final price and the discount as integers and returns the final price after the discount.

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


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 -
'''
    Probem 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,

@g-jindal2001 assign this to me. I will work on this.

I have already submitted a pull request for this.
Please open an issue first to contribute to this repository