(1st Ten students)
1) Write a Python code for the below graphs.
2) Write a python program to print prim numbers less than 20.
3) Write a python program to create, append and delete a list and print the output in all cases.
(next ten students)
1)
2) Write a python program to convert temperature to and from Celsius to fahrenheit.
3) Write a Python class to convert an integer to a roman numeral.
(next ten students)
1)
2) Write a python program to find largest of three numbers.
3) Write a python program to define a module and import a specific function in that module to
another program.
(next ten students)
1)
2) Write a python program to find factorial of a number using recursion:
3) Write a python program to that accepts length of three sides of a triangle as inputs. The
program should indicate whether or not the triangle is a right-angled triangle (use
Pythagorean theorem):