Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q1 Write a python program to input the mark of n students and save it in a list named Marks. find the number of student
Q1 Write a python program to input the mark of n students and save it in a list named Marks. find the number of student pass and fail based on the following conditions. if mark more than 50 pass otherwise fail. 02 Write a program using the function to input the marks of 5 students and calculate average marks. (using return and parameters. 03 Write a Python program that will a) Display your Student ID using void function. b) Read the IT Mark and Maths Mangk. Using a function, compute the Total mark using the formula: Total mark = IT Mark + Maths mark and print total mark Requirement: Function with parameter and return value
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started