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 ...
# Question 4: Find the intersection of {1, 2, 3, 4, 5} and {4, 5, 6, 7, 8} print("\nQuestion 4: Find the intersection of {1, 2, 3, 4, 5} and {4, 5, 6, 7, 8}") # Your ...