Question: Ch6: Data Types - Questions 1. Define data type. 2. Check the language reference of Python , list primitive data types in python. 3. Type

Ch6: Data Types - Questions 1. Define data type. 2. Check the language reference of Python , list primitive data types in python. 3. Type the following commands in python and find out the outputs. 1) type(True) 2) type("Hello, this is new file.") 3) type(98037843907273829071840782197) 4) type(9) 5) type(9.0) (You may need to use print type( ) instead of type( ).) 4. What is array? 5. Read python reference and describe how to present an array in python. Write down the source code to define an array {1, 3, 5, 7, 9} in python.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!