CBSE Class class-12 Computer Science — Very Short Answer Questions
4 questions found
1
State True or False : In Python, data type of 74 is same as the data type of 74.0.
1 mark2026
View full answer →11
State whether the following statement is True or False : In Python, Logical errors can be handled using try......except......finally statement.
1 mark2026
View full answer →19
5
What will be the output of the following statement ? ```python print("PythonProgram"[-1:2:-2]) ```
1 mark2026
View full answer →