Saved Bookmarks
| 1. |
A. Tick (√) the correct answers.1. The data type for 13.6 should be:a. strb. floatc int2. Which of the following is an invalid variable?a. EMPb.c. 12emp3. For giving tab space while printing the statement you usea. Inb. \tc. Tab keyC. else4. Which of the following cannot be used as a variable?a. Printb. print5. >>> print (30 + 20) will give the output as:a. 2030b. 3020C.50 |
|
Answer»
1. (B) float 2.(C) 12emp 3. (b) \t 4. (b) print 5. (a) 3020 |
|