1 Fundamental of Python Program Based Questions
1 Fundamental of Python Program Based Questions
me/+leBJyZDDoUw3NWRl
Q1: Write a program to covert the time inputted in minutes into hours and remaining
minutes.
Q2: Write a program to that accept radius of a circle and print its area.
Q3: Python program that accepts marks in 5 subject and output average marks.
Q6: Write a program to read details like name, class, age of a student and then print the
details, firstly in the same line and then in separate line.
Q7: Write a program to read three numbers in three variables and swap first two variable
with the sums of first and second, second and third numbers, respectively.
Q8: Write a program that takes amount-in-dollars and dollar-to-rupees conversion price;
it then returns the amount converted to rupees.