5. Print a symmetric parallelogram. (1 point)
The output should be:
5
Your selection (1 -> 5):
Please enter the width of the parallelogram: 6
Please enter the height of the parallelogram: 4
OUTPUT
**
Question 2 (3 points)
Write a program in Python that reads a text file
"data.txt" (Attached in the given and the file name is
entered by the user) containing many numbers into a
list.
1. Read each number in the list to the program and
print them on the screen. (1 point)
The output should be: