Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started