CBSE Class 10 Computer Applications
Question 31 of 31
Python Revision — Question 19
Back to all questions 19
Question Question 19
What kind of program elements are these: 'a', 4.38925, "a", main( ) ?
| 'a' | String Literal |
| 4.38925 | Floating point Literal |
| "a" | String Literal |
| main( ) | Function |