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( ) ?

Answer
'a'String Literal
4.38925Floating point Literal
"a"String Literal
main( )Function