Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions