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: daidipya/Python-Programming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Rohan
Choose a base ref
...
head repository: daidipya/Python-Programming
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.
  • 9 commits
  • 10 files changed
  • 5 contributors

Commits on Dec 13, 2016

  1. Create Try.py

    HarshadNarayane authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    d80aad3 View commit details
    Browse the repository at this point in the history
  2. Create folder2

    rjethure authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    6d802e2 View commit details
    Browse the repository at this point in the history
  3. Create iugh.py

    daidipya authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    c6ce76b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. 8 queens

    no 2 queens can be in the same column,row or digonal.
    salonikajale committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    c6169c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Firsy gui pytho Program

    Textbox, buttons, label
    rjethure committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    3c86d52 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Add files via upload

    Guess mu Number game .
    daidipya authored Jan 10, 2017
    1 Configuration menu
    Copy the full SHA
    ee3a20a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. Create README.md

    daidipya authored Jan 14, 2017
    Configuration menu
    Copy the full SHA
    7a955e0 View commit details
    Browse the repository at this point in the history
  2. Mad Lib Generator

    The Goal: Inspired by Summer Son’s Mad Libs project with Javascript. The program will first prompt the user for a series of inputs a la Mad Libs. For example, a singular noun, an adjective, etc. Then, once all the information has been inputted, the program will take that data and place them into a premade story template. You’ll need prompts for user input, and to then print out the full story at the end with the input included.
    Concepts to keep in mind:
    	Strings
    	Variables
    	Concatenation
    	Print
    A pretty fun beginning project that gets you thinking about how to manipulate user inputted data. Compared to the prior projects, this project focuses far more on strings and concatenating. Have some fun coming up with some wacky stories for this
    daidipya authored Jan 14, 2017
    Configuration menu
    Copy the full SHA
    3a4b39a View commit details
    Browse the repository at this point in the history
  3. Bubble Sort

    My  first program in Python  , Bubble Sort
    daidipya authored Jan 14, 2017
    Configuration menu
    Copy the full SHA
    354f592 View commit details
    Browse the repository at this point in the history
Loading