Skip to content

Instantly share code, notes, and snippets.

@Svastikkka
Created June 21, 2020 02:54
Show Gist options
  • Save Svastikkka/c5488fe2ce93b2b3359b581938f27443 to your computer and use it in GitHub Desktop.
Save Svastikkka/c5488fe2ce93b2b3359b581938f27443 to your computer and use it in GitHub Desktop.
## Read input as specified in the question.
## Print output as specified in the question.
ch=input()
a,b,c=list(map(int,input().split()))
print(ch)
print(int(round(a+b+c)/3))
@Svastikkka
Copy link
Author

Average Marks.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment