Question: Old MathJax webview Please Provide *Code* Of Each program which is given. Lab Tasks: 1. Write a Python program to find those numbers which are
Old MathJax webview

Please Provide *Code* Of Each program which is given.
Lab Tasks: 1. Write a Python program to find those numbers which are divisible by 7 and multiple of 5, between 1500 and 2700 (both included) 2. Write a Python program to convert temperatures to and from Celsius, Fahrenheit. [Fomula: c/5 = f-32/9 [ where c= temperature in Celsius and f= temperature in Fahrenheit] Expected Output: 60C is 140 in Fahrenheit 45F is 7 in Celsius 3. Write a Python program to construct the following pattern, using a nested for loop. * ** **** ***** **** *** * 4. Write a Python program to count the number of even and odd numbers from a series of numbers. 5. Write a Python program that prints each item and its corresponding type from the following list. Sample List : datalist = [1452, 11.23, 1+2), True, 'w3resource, 0,-1), (5, 12), {"class":'V', "section":"A"}]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
