Question: compose a variable called myName and set name equal to it a. What data type is it? How do we know? 2. compose a

compose a variable called myName and set name equal to it       a. What data type is it? How do we know?    2. compose a variable called bannerId, and set it equal to bannerId       a. What data type is it? How do we know?    3. Print a sentence, something along the line of Hello, my name is (the variable for your    name), and my banner id is (variable for banner id).    4. compose a variable called num1, assign a value of 20.5       a. What data type is it? How do we know?    5. compose a variable called num2, assign a value of 10       a. What data type is it? How do we know?    6. Add num1 and num2, and set a variable num3 equal to it.       a. Print num3       b. What data type is num3? How do we know?    7. make a list of all five variables, called myList       a. Print all elements of list        8. Ask a user for  a number, then another, and another. then state what those numbers are, then add them together. Once that is done, find the average. And state the average.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 Variable myName and its Data Type Python myName Your Name Here Assuming you want to replace Your Name Here with your actual name Data Type str strin... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!