Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prabhjot-s/pythonprogram
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: seeditsolution/pythonprogram
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 8 files changed
  • 9 contributors

Commits on Oct 2, 2020

  1. number guess game in python

    in this program you have to choose a number between 1-20 after enter number than, if your number matchs the right number than you win if not than try another number.
    thankyou.
    varun-devops authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    ffd031f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9075f3d View commit details
    Browse the repository at this point in the history
  3. Prime number

    Program to check if a number is prime or not
    AlokTiwari777 authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    bca3c2e View commit details
    Browse the repository at this point in the history
  4. Create AreaTriangle

    program to find the area of triangle
    lalit19 authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    0b03f26 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. KNN_algorithm

    Attempted to write KNN algorithm using python and built a flower classifier model.
    I have commented the lines involving classifier code from the in-built scikit-learn library.
    MartianCoder-git authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    5de973a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab9dc5 View commit details
    Browse the repository at this point in the history
  3. average number

    write a  python program to find the average number in a list.
    Shibu-goswami authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    610e483 View commit details
    Browse the repository at this point in the history
  4. Merge pull request seeditsolution#203 from lalit19/patch-1

    Create AreaTriangle
    seeditsolution authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    b860798 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    548ca31 View commit details
    Browse the repository at this point in the history
  6. Merge pull request seeditsolution#193 from arunsharma00/patch-1

    Create Simple Calculator
    seeditsolution authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    31fef52 View commit details
    Browse the repository at this point in the history
  7. calculate simple interest

    A Python program to find simple interest  for given principal amount, time and rate of interest.
    amiyagiri authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    075af4e View commit details
    Browse the repository at this point in the history
  8. Merge pull request seeditsolution#185 from varun-devops/patch-1

    number guess game in python
    seeditsolution authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    f309005 View commit details
    Browse the repository at this point in the history
  9. Merge pull request seeditsolution#375 from amiyagiri/patch-2

    calculate simple interest
    seeditsolution authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    499fe28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4864e06 View commit details
    Browse the repository at this point in the history
  11. Merge pull request seeditsolution#363 from SushilG96/new-code

    Adding solution for Repeated Substring Pattern problem
    seeditsolution authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    bbb65f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99cf7d7 View commit details
    Browse the repository at this point in the history
Loading