Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Save the program as typexxxxxxxx.
please help me to write the Python program that assigns values to three variables (x, y and z), and then displays the data types of these three values. Save the program as typexxxxxxxx.py and add a comment at the beginning of your program. .
Sample values: x=2345.67 y=[1,3,5,7,9] z=('summer', 'winter', autumn', 'spring')