1] Write a Python Program find an area of a rectangle and perimeter of the rectangle. 2] Write a Python Program to Convert Celsius To Fahrenheit vice versa. fahrenheit = (celsius * 1.8) + 32 3] Write ...
1) Using for loop, write and run a Python program to find factorial from 0 to 10. 2) Write a program that accepts a list from user and print the alternate element of list. 3) Replace single element ‘b ...