Submission Guidelines
• Submit your assignment by 25th/march 2025 via e-learning.
• Include a cover page with group member names and registration
numbers.
• Each group should have all its work in a Powerpoint presentation.
• For Group (3 &4),should do the work together & will be presented
together.
GROUP ASSIGNMENT
a) Write a Python program that takes a number as input from the user and checks
whether it is positive, negative, or zero using an if-elif-else control
structure.(Group 1)
b) Write a Python program using a while loop to print the first 10 Fibonacci
numbers. (Group 2)
c) Write a program that uses a for loop to print all prime numbers between 1
and 100. (Group 3 & 4)
d) You are given a list of numbers. Write a Python function to find the maximum
and minimum values in the list without using the max() or min() functions.
(Group 5)
e) Write a Python function that prints the multiplication table of a number (from
1 to 10) using a for loop. (Group 6)