Project 1: A simple project to make sure
everything is working
Due: Sept 16th at 11:59pm
Summary: This project is a simple one (at least the programming
is) to help make sure everyone's tools are working before we move on to
more in depth projects.
Details:
In this project, start by making a brand new project in pycharm.
Make sure the project name has your name in the project name
somewhere and make it clear that this is project 1, for example I
might use
jsantoreProject1 as my project name.
write a python program which will do the following
- Store the number of credits you are taking now in a variable (as a
number).
- Store the number of credits you have already before the semester
started in another variable.
- add the two variables above and store the result in a variable called
credits_taken
- Store your (first) major in a string variable.
- subtract the variable credits_taken from 120 and store the result in a
variable called credits_to_go
- using an f-string
(not just a series of prints and variables) use the print function to
comment on this telling us your major and how many credits you have to
go to graduate.
Make sure to make a git repository for this project and share that
project (as a private project) on github. The
slides on git and github as a reminder.
Submission:
To submit
the project to me, share it with me on github. My github id is jsantore.
You can see directions for doing this here.