Feedback#1
Open
github-classroom[bot] wants to merge 20 commits into
Open
Conversation
This commit updates the code with a function for calculating the mean of a student's three exam scores.
Took out unnecessary code to make it only the function
Made it a python3 file
Reverted back to .py
This commit allows the user to input the 3 exam scores of a random student. The function is then called, then it ends with the inputs being repeated back to the user and the mean score being output.
Adds a sleep function at the end to prevent the python file from closing immediately after the function runs
Took out the sleep function and replaced it with another input requesting the user to press enter to close the function
Edited the final input
Extensive changes were made to include a project grade function and a function to calculate the final grade for the student based on input scores by the user. Exam scores are out of 60 and project scores are out 40. The two are added up to get the final grade.
Full course grade
Update HW1_part2.py
Added MIT License
Added a description and credit for the author in the README file
Changed the name of the file to reflect the README.md
Full course grade
Updated with LICENSE and README.md
Ensured that all components were in PEP008 and PEP257 format.
Added a little more to author and description portions. I was more specific that this is a python file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.
Notes for teachers
Use this PR to leave feedback. Here are some tips:
For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @Matt0604