Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Robofied
Created February 2, 2019 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robofied/ec8b1a15a4cc26ead1ce5c412e8e57f4 to your computer and use it in GitHub Desktop.
Save Robofied/ec8b1a15a4cc26ead1ce5c412e8e57f4 to your computer and use it in GitHub Desktop.
## Checking condition if marks>80 then student is good.
if avg_marks >= 80:
print("Student is very good with marks %d" %avg_marks)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment