strobosco / cmpinf0010

CMPINF0010 Version Control lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMPINF0010 Verison control lab

Group members

  • Niccolo Nobili | NIN49
  • Maximus Hayes | MCH103
  • Emmet Hulster-Morris | EMH163

Instructions

As a group, your job is to make a simple program for class! Make a Jupyter notebook that contains a Python program that does Something™. What's Something™? Write a program with the following attributes:

  • It takes a name input
  • It takes some other input
  • It does Something™ with this other input

Use

Our program generates a random number between 0 and n, an integer inputted from the user. The user will then continually guess for the random number until their guess correctly matches the random number. Once the guess is correct, an output is produced revealing the random number and the amount of guesses the user took.

Installation

If your machine allows you to use Jupyter you can run the program from script.ipynb otherwise you may use Python to run the program using script.py. Requires Python 3.7+.

Contributing

If you want to contribute to this project please open a pull request and add one of our collaborators as reviewers.

License

Please refer to license file.

Code of Conduct

Please refer to code-of-conduct file.

About

CMPINF0010 Version Control lab

License:MIT License


Languages

Language:Jupyter Notebook 84.9%Language:Python 15.1%