Python Question Paper Internal
Python Question Paper Internal
Time: 1 Hr Marks-20
1. Write a Python program that accepts a word from the user and reverses it.
2. Write Logical operators with Example. [CO 51]
3. Write Python Data Types With Suitable Flow.
4. Write a Python program to create a list and display only even numbers
From the list. [CO 49]
5. What is break, continue and pass in python ?