Question: 1 Please do and answer the following within a python script, using comments to answer all asked questions: 1. Write a variable called my Name

1 Please do and answer the following within a python script, using comments to answer all asked questions: 1. Write a variable called my Name and set your name equal to it a. What data type is it? How do you know? 2. Write a variable called bannerld, and set it equal to your bannerld a. What data type is it? How do you 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. Write a variable called numi, assign a value of 20.5 a What data type is it? How do you know? 5. Write a variable called num2, assign a value of 10 a. What data type is it? How do you 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 you know? 7. Create a list of all five variables, called mylist a. Print all elements of your list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
