#393Multiple Choice
What is the expected output of the following code? marks = [80, 70, 90, 90, 80, 100] average = sum(marks) // len(marks) grade = ''
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free