GithubHelp home page GithubHelp logo

aayushi-droid / python-thunder Goto Github PK

View Code? Open in Web Editor NEW
86.0 2.0 160.0 206 KB

A curated list of Python applications

License: MIT License

Python 100.00%
python python3 edabit-challenges hacktoberfest hacktoberfest2021

python-thunder's Introduction

Python-Thunder

A curated list of Python applications

How to Install

  • [✓] Download Python3
  • [✓] Download IDE (Vscode or Pycharm)
  • [✓] goto edabit

How to Contribute

  1. Make sure to star the Repo(⭐)
  2. Create an issue for new problem task/alternative approach/improvement/bug fix/documentation.
  3. Ask for assigning to task and start contributing.
  4. Create Pull request and self Check the Checklist once.
  5. Don't create pull request without issue assignment. Pull Request will be rejected.
  6. Make sure to follow Clean-Code.
  7. Follow all guidelines in issue & pull Request.

If you are new to GitHUb,Must Read before Making an issue or PR -How to Contribute on Github

Author

aayushi sharma
Aayushi Sharma
Maintainer

python-thunder's People

Contributors

7vikpeculiar avatar aayushi-droid avatar ares358 avatar augustoaccorsi avatar codeperfectplus avatar cpt-karthik avatar devaslooper avatar duarte2025 avatar gautam-virmani avatar gokulrajanpillai avatar gsncodes avatar huandrey avatar jakansha2001 avatar jayanthjj avatar jayshah6699 avatar kunalrustagi08 avatar kuruvillajacob02 avatar mrselukar avatar na-vural avatar neel2904 avatar nootz1999 avatar palakgautam136 avatar ritikaag avatar sanskarvijpuria avatar shivanshsinghal107 avatar shubhamgoel9 avatar snehachaudhari avatar suparna13 avatar tapish2000 avatar tarundhiraj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

python-thunder's Issues

Find the Primorial

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

Problem statement: A Primorial is a product of the first n prime numbers (e.g. 2 x 3 x 5 = 30). 2, 3, 5, 7, 11, 13 are prime numbers. If n was 3, you'd multiply 2 x 3 x 5 = 30 or Primorial = 30.
Create a function that returns the Primorial of a number.
Problem Link: https://edabit.com/challenge/fRjfrCYXWJAaQqFXF


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,

The Farm Problem

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

Problem statement: A farmer is asking you to tell him how many legs can be counted among all his animals. The farmer breeds three species.
Problem Link: https://edabit.com/challenge/QzXtDnSZL6y4ZcEvT


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

  • File-Name format should be in camel-case
    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 valid for HacktoberFest2020

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

if-elif-else Inferno

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

Problem statement: Write a function that returns the boolean True if the given number is zero, the string "positive" if the number is greater than zero or the string "negative" if it's smaller than zero.

Problem Link: https://edabit.com/challenge/2TdPmSpLpa8NWh6m9


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 valid for HacktoberFest2020

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

create edabit issues

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

  • Check for the problem and make sure it's doesn't exist in solution already
  • 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,

Profitable Gamble

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

Problem statement: Create a function that takes three arguments prob, prize, pay and returns true if prob * prize > pay; otherwise return false.
Problem Link: https://edabit.com/challenge/ghbHrRnRiDz9fvQNF


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,

Less Than 100?

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

Problem statement:
Problem Link:


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 : Given two numbers, return True if the sum of both numbers is less than 100. Otherwise return False.
    Problem Link : https://edabit.com/challenge/pZ3HxBfvejsvkEDo4
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Smiley Faces :)

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

Problem statement: You will be given a string of characters containing only the three characters : ( ) :

Create a function returns a number based on the number of sad and smiley faces there are.

  • The happy faces :) and (: are worth 1.
  • The sad faces :( and ): are worth -1.

Problem Link: https://edabit.com/challenge/8qD23E6XRMaWhyJ5z


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,

Fit the Pattern

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

**Problem statement:**Create a function that checks if the sub-arrays in an array adhere to the specified pattern.
Problem Link: https://edabit.com/challenge/oXWwHkutPD5Aer6Db


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 : Fit the Pattern
    Problem Link : https://edabit.com/challenge/oXWwHkutPD5Aer6Db
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Pentagonal Number

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

Problem statement: Write a function that takes a positive integer and calculates how many dots exist in a pentagonal shape around the center dot on the Nth iteration.

In the image below you can see the first iteration is only a single dot. On the second, there are 6 dots. On the third, there are 16 dots, and on the fourth there are 31 dots.

Return the number of dots that exist in the whole pentagon on the Nth iteration.

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


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,

FizzBuzz Interview Question

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

Problem statement: Create a function that takes a number as an argument and returns "Fizz", "Buzz" or "FizzBuzz".
Problem Link: https://edabit.com/challenge/WXqH9qvvGkmx4dMvp


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,

Friday the 13th

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

Problem statement: Given the month and year as numbers, return whether that month contains a Friday 13th.
Problem Link: https://edabit.com/challenge/Xkc2iAjwCap2z9N5D


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,

Date Format

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

Problem statement: Create a function that converts a date formatted as MM/DD/YYYY to YYYYDDMM.

Examples:

format_date("11/12/2019") ➞ "20191211"

format_date("12/31/2019") ➞ "20193112"

format_date("01/15/2019") ➞ "20191501"

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


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,

Complex Numbers

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

Problem statement: Write a function that takes a string "a + bi" and returns a tuple (a, b).
Problem Link: https://edabit.com/challenge/oFNJeSzzcTgMwLFy5


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,

Drunken Python

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

Problem statement: Python got drunk and the built-in functions str() and int() are acting odd:
Problem Link: https://edabit.com/challenge/pfn6QRn6eiTHEPpSs


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,

Maximum Edge of a Triangle

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

Problem statement: Create a function that finds the maximum range of a triangle's third edge, where the side lengths are all integers.
Problem Link: https://edabit.com/challenge/Zerwo2AENbvRZTe83


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

  • File-Name format should be in camel-case
    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 valid for HacktoberFest2020

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

Return Areas

Problem statement: We need to find the area difference between the squares where for one square circle is a circumcircle and the other one is incircle
Problem Link: https://edabit.com/challenge/NNhkGocuPMcryW7GP


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,

Python: Number of Squares in an N * N Grid

In Cpp - aayushi-droid/Edabit-Solutions#16
Before jumping into Pr first comment for assign.

Create a function that calculates the number of different squares in an n * n square grid. :
https://edabit.com/challenge/ncqFJAp4bBiGwfBcg :
Choose one Category - Easy
question category : Math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
'''
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,

Number of Squares in an N * N Grid

same issue in cpp - aayushi-droid/Edabit-Solutions#16

Before jumping into Pr first comment for assign.

Create a function that calculates the number of different squares in an n * n square grid. :
https://edabit.com/challenge/ncqFJAp4bBiGwfBcg :
Choose one Category - Easy
question category : Math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

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

Recursion: Sum

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

Problem statement: Write a function that finds the sum of the first n natural numbers. Make your function recursive.

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


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

  • File-Name format should be in camel-case
    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 valid for HacktoberFest2020

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

Calculated Bonus

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

Problem statement: Check Link
Problem Link: https://edabit.com/challenge/ksiA6Q34iXgTcMeZF


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,

Atbash Cipher

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

Problem statement: The Atbash cipher is an encryption method in which each letter of a word is replaced with its "mirror" letter in the alphabet: A <=> Z; B <=> Y; C <=> X; etc.

Create a function that takes a string and applies the Atbash cipher to it.

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


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,

Return the Sum of Two Numbers

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 numbers as arguments and return their sum.
Problem Link: https://edabit.com/challenge/rZToTkR5eB9Zn4zLh


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,

Return the Next Number from the Integer Passed

Problem statement:
Create a function that takes a number as an argument, increments the number by +1 and returns the result.

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

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 problem
    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,

Convert Minutes to Seconds

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

Problem statement:: Write a function that takes an integer minutes and converts it to seconds.
Problem Link: https://edabit.com/challenge/FQyaaJx7orS7tiwz8


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,

Convert Minutes into Seconds

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

Problem statement: Write a function that takes an integer minutes and converts it to seconds.
Problem Link: https://edabit.com/challenge/FQyaaJx7orS7tiwz8


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,

Longest Alternative Substring

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

Problem statement: Given a string of digits, return the longest substring with alternating odd/even or even/odd digits. If two or more substrings have the same length, return the substring that occurs first.
Problem Link: https://edabit.com/challenge/RB6iWFrCd6rXWH3vi


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 find longest substring with alternating odd/even or even/odd digits
    Problem Link : https://edabit.com/challenge/RB6iWFrCd6rXWH3vi
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Reviewing PR may take some time

Reviewing PR may take some time. I am merging PR as possible.
Pr will merge under 1-4 days.

Please, have patience and Keep Coding. Please don't make PR without issue assignments.

Connecting Words

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

Problem statement: Write a function that connects each previous word to the next word by the shared letters. Return the resulting string (removing duplicate characters in the overlap) and the minimum number of shared letters across all pairs of strings.
Problem Link: https://edabit.com/challenge/qNQkYzY8GpiFMmndh


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 : Connecting Words
    Problem Link : https://edabit.com/challenge/qNQkYzY8GpiFMmndh
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Find the area

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

Problem statement: Write a function that takes the base and height of a triangle and return its area.
Problem Link: https://edabit.com/challenge/3CaszbdZYGN4otQD8


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

  • fileName format should be in camel-case
    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 valid for HacktoberFest2020

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

New Word Builder

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

Problem statement: Create a function that builds a word from the scrambled letters contained in the first list. Use the second list to establish each position of the letters in the first list. Return a string from the unscrambled letters (that made-up the word).

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


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,

Difference of Max and Min Numbers in List

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

**Problem statement:**Create a function that takes a list and returns the difference between the biggest and smallest numbers.
Problem Link: https://edabit.com/challenge/XsJLwhAddzbxdQqr4


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,

List of Multiples

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 numbers as arguments (num, length) and returns a list of multiples of num up to length.
Problem Link: https://edabit.com/challenge/BuwHwPvt92yw574zB


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,

Return the Sum of Two Numbers

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 numbers as arguments and return their sum.
Problem Link: https://edabit.com/challenge/3LpBLgNRyaHMvNb4j


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,

Simple OOP Calculator

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

Problem statement:

Create methods for the Calculator class that can do the following:

Add two numbers.
Subtract two numbers.
Multiply two numbers.
Divide two numbers.

Examples

calculator = Calculator()

calculator.add(10, 5) ➞ 15

calculator.subtract(10, 5) ➞ 5

calculator.multiply(10, 5) ➞ 50

calculator.divide(10, 5) ➞ 2

Notes

The methods should return the result of the calculation.

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


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,

calculate the power

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

Problem statement:
**Problem Link: **


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 : Power Calculation
    Problem Link : https://edabit.com/challenge/v5gc8FQkDEepkqpfp
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Water Jug Problem

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

**Problem statement:**Given a set of 3 jugs of water that have capacities of a, b, and c liters, find the minimum number of operations performed before each jug has x, y, and z liters. Only jug C will start completely filled.

An operation is any of the following: A jug is emptied, a jug is filled, or water is poured from one jug to another until one of the jugs is either empty or full.

For example, jugs A, B, and C with capacities of 3, 5, and 8, where jugs A and B start empty and C has the full 8, require 2 operations to reach the state of 0, 3, and 5 liters in the jugs.

Create a function that, given an array of jug capacities [A, B, C] and an goal state array [x, y, z], returns the minimum number of operations needed to reach the goal state. If the inputs are invalid or there is no solution, return "No solution."
Problem Link: https://edabit.com/challenge/BMujCYCkTowit85Wq


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 solve the classic water Jug Problem
    Problem Link : https://edabit.com/challenge/BMujCYCkTowit85Wq
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Tower of Hanoi

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

**Problem statement: There are three towers. The objective of the game is to move all the disks over to tower #3, but you can't place a larger disk onto a smaller disk. To play the game or learn more about the Tower of Hanoi, check the Resources tab.
Create a function that takes a number discs as an argument and returns the minimum amount of steps needed to complete the game.
**
Problem Link: https://edabit.com/challenge/3ZtykTsx3GSoPHyBb


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,

Eight Sums Up

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

Problem statement: Create a function that gets every pair of numbers from an array that sums up to eight and returns it as an array of pairs (pair sorted ascendingly) collated into an object. See the following examples for more details.
Problem Link: https://edabit.com/challenge/ZkWSacTDQ65A3gh6j


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 : Eight Sums Up
    Problem Link : https://edabit.com/challenge/ZkWSacTDQ65A3gh6j
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Recursive repetition of string

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

  • File-Name format should be in camel-case
    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 valid for HacktoberFest2020

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

Phone Letter Combinations

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

**Problem statement:**Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent.
Problem Link: https://edabit.com/challenge/npLurjMJofmFRCJwx


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 generate list of all possible string from phone letter
    Problem Link : https://edabit.com/challenge/npLurjMJofmFRCJwx
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

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

Simple OOP Calculator

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

Problem statement: Create methods for the Calculator class that can do the following:

  • Add two numbers.
  • Subtract two numbers.
  • Multiply two numbers.
  • Divide two numbers.

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


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,

Combinations

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

Problem statement: Create a function that takes a variable number of arguments, each argument representing the number of items in a group, and returns the number of permutations (combinations) of items that you could get by taking one item from each group.
Problem Link: https://edabit.com/challenge/G9QRtAGXb9Cu368Pw


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,

A Circle and Two Squares

Before jumping into PR, first comment for assignment of the Problem.
All Problems are from Edabit. Link is mandatory to add

Problem statement: Imagine a circle and two squares: a smaller and a bigger one. For the smaller one, the circle is a circumcircle and for the bigger one, an incircle. Create a function, that takes an integer (radius of the circle) and returns the difference of the areas of the two squares.

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


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 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 valid for HacktoberFest2020

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

Factorial of a Number

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

Problem statement: Create a function that receives a non-negative integer and returns the factorial of that number.
Problem Link: https://edabit.com/challenge/PNbsQzmDR3CJ9JHkB


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,

The Fibonacci Number - update Fibbonacci_number.py

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

Problem statement: Create a function that, given a number, returns the corresponding Fibonacci number.
Problem Link: https://edabit.com/challenge/8Ko5tPg8Ch5SRCAhA


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 valid for HacktoberFest2020

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

Volume of a Spherical Shell

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

Problem statement:
The volume of a spherical shell is the difference between the enclosed volume of the outer sphere and the enclosed volume of the inner sphere:

Volume of Inner Sphere Formula

Create a function that takes r1 and r2 as arguments and returns the volume of a spherical shell rounded to the nearest thousandth.


Examples

vol_shell(3, 3) ➞ 0

vol_shell(7, 2) ➞ 1403.245

vol_shell(3, 800) ➞ 2144660471.753

Notes

The inputs are always positive numbers. r1 could be the inner radius or the outer radius, don't return a negative number.
Problem Link: https://edabit.com/challenge/iBqJcagS56wmDpe4x


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,

A Circle and Two Squares

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

Problem statement: Imagine a circle and two squares: a smaller and a bigger one. For the smaller one, the circle is a circumcircle and for the bigger one, an incircle.

Create a function, that takes an integer (radius of the circle) and returns the difference of the areas of the two squares.

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

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,

Double Character Swap

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

Problem statement: Write a function to replace all instances of character c1 with character c2 and vice versa.
Problem Link: https://edabit.com/challenge/mHRyhyazjCoze5jSL


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,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.