Python_test
Python_test
Question 1:-
Question 2:-
● Create a Python program to manage a Course Enrollment System that allows Users
to
○ Add courses
○ Enroll students,
○ View enrolled students by course,
○ Generate a summary report of total courses and students.
○ Record the date and time of enrollment and display it next to each student's
name.
Question 3:-
● Write a python program to print all even numbers from a given list of numbers in
the same order and stop printing any after 237 in the sequence.
numbers = [ 386, 462, 47, 418, 907, 344, 236, 375, 823, 566, 597, 978, 328, 615, 953, 345,
399, 162, 758, 219, 918, 237, 412, 566, 826, 248, 866, 950, 626, 949, 687, 217, 815, 67, 104,
58, 512, 24, 892, 894, 767, 553, 81, 379, 843, 831, 445, 742, 717, 958,743, 527]