Computer Science, asked by sanjaygupta6581, 1 month ago

A. Tick (√) the correct answers.
1. The data type for 13.6 should be:
a. str
b. float
c int
2. Which of the following is an invalid variable?
a. EMP
b.
c. 12emp
3. For giving tab space while printing the statement you use
a. In
b. \t
c. Tab key
C. else
4. Which of the following cannot be used as a variable?
a. Print
b. print
5. >>> print (30 + 20) will give the output as:
a. 2030
b. 3020
C.
50​

Answers

Answered by singhasouragni
7

1. (b) float

2.(c) 12emp

3. (b) \t

4. (b) print

5. (a) 3020

Similar questions