Hello, class! This is the first assignment for MSCH-C220. The requirements for this assignment are as follows:
Write a Python program that displays answers to the following questions:
- What is your name?
- What is your favorite game?
- What concerns do you have about this class?
- What are you excited about (in general)?
- What is your stackoverflow.com user number?
- What is the URL to your github.com profile?
In order to complete the assignment, you will need to do the following:
- Create an account on stackoverflow.com.
- Create an account on github.com.
- Download and install Python 3.7.
- Download and install Visual Studio Code
- Download git or GitHub Desktop
The program is to run a simple dialogue with the user. The program will print my answers, and then ask the user the same questions. The answers provided will be referenced by the program, with some triggering different responses.
The grading criteria will be as follows:
- [1 point] Assignment turned in on time
- [1] Repository contains an appropriate software license
- [2] Repository contains a descriptive README.md
- [1] Requires Python 3
- [1] No syntax errors
- [8] Accomplishes the objective of the assignment
- [2] No other runtime errors
- [2] Validates user input (if necessary)
- [2] Adds interesting features (beyond the scope of the assignment)
20 points total