Question: Write a Python program to display the below series. (Use Looping) 1 4 9 16 25 36 49 64 81 100 Hint: 1 2 3

Write a Python program to display the below series. (Use Looping) 1 4 9 16 25 36 49 64 81 100 Hint: 1 2 3 4 5 6 7 8 9 10 How do you represent comments in Python? Give suitable examples, Write a Python program to perform the following a) Greate a void function that will display the Student name "MOHAMMED". b) Create a function with return value and with parameters that will find the Student Sports Quota. The Student Sports Quota is computed as per the following Marks Sports Quota 81 to 100 15% of Marks 60 to 80 12% of Marks Below 60 9% of Marks Display all your output in the main program by calling the results from each function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
