Problem
Make a Python Program that will display the following information! Remember we have only learned a few more statements regarding variables and how to assign values and display them on the screen You will use the print ("") command to display all of the important details stored in the variable. You will use the #This is a comment command to explain your code content.
Your program should display the following:
Include:
a) assign a value to a variable named x (keep in mind an integer, float, or string)
b) assign a value to a variable named X (keep in mind an integer, float, or string)
c) assign a value to a variable named myname - include inside the quotations your name - myname = "Your name"
d) assign a value to a variable named y (keep in mind an integer, float, or string)
e) Display all variables on the screen.