Question 1: (2 marks)
The given file Q1.py already contains statements to input data for three integer variables named a, b, and c. You should write statements to print out the minimum number in three numbers.
Notes:
- Do not edit given statements in the main function
- You can create new functions if you see it is necessary.
Sample input and output:
Input: a = 3, b = 7, c = 6
After processing: min = 3
Output for marking:
OUTPUT:
3
Question 2: 13 marks)
Zoom
80%
Close