Computer Science, asked by neelimagoswami09, 4 months ago

Multiple Choice Questions:
Which of the following data types is not supported in Python?
Number
b. String
c. List
When a new value is stored in a variable, its previous value gets
Accepted
b. Overwritten
c. Overlapped
Values to variables are assigned using the
operator
1.String
b.printo
C. Assignment
Be data type for 124 should be
b. float
c. Str
bogie a tab space while printing the statement, we use
b.it
c. Tab key​

Answers

Answered by biswajit2002sl
1

Answer:

1 b. String

2 c. Overlapped

3 1.String

4 b. float

5 c. Tab key

Explanation:

1. String datatype is not supported in python because it lacks package.

2. Whenever values are stored in a particular variable it gets overlapped

3. values to different variables are assigned through string

4. 124 must be stored in float

5. tab key is used for spacing elements

#SPJ3

Answered by vishakasaxenasl
0

Answer:

1. Correct answer is b. String

2. Correct answer is b Overwritten

3. Correct answer is c. Assignment

4. Correct answer is b. Float

5. Correct answer is c. Tab Key

Additional Knowledge:

  • Python don't support any string data type like C or C++ etc.
  • When you store a new value in a variable, previous value is overwritten.
  • For assigning the value to the variable, we use assignment operator (=) in Python.
  • Numeric values are stored using either the int or float data type
  • We use Tab key in Python for creating the indentation.

#SPJ3

Similar questions