You are on page 1of 1

Faculty of Degree Engineering - 083

Department of Electrical Engineering–09

Important Questions of Python Programing

1. Briefly explain Data types with one Example.


2. List out the at least six IDE name of python.
3. Explain the rules of variable declaration in python.
4. Explain the Python feature.
5. Explain the Logical Operator in python
6. Explain the Arithmetic operator in Python.
7. Explain the bitwise operator in Python.
8. Discuss in brief python “Dictionaries” with example
9. Write a Python function that checks whether a passed string is
palindrome or not?
10.Discuss in brief membership and identity operator in python.
11. Write a program that accepts the lengths of three sides of a triangle as
inputs. The program output should indicate whether or not the triangle
is a right triangle.
12. Explain the indentation in python.

You might also like