Unit-I
- Explain about the need for learning python programming and its importance.
- Write in brief about the applications of Python.
- Explain the basics for executing a python program using REPL(Shell) with an example.
- Write a python program to read input using REPL(Shell) and display the output.
- Write the rules for choosing names of variables.
- Write in brief about any 5 keywords in Python.
- Explain about different Logical operators in python with appropriate examples.
- Explain about different Relational operators in python with appropriate examples.
- Explain about Membership operators in python with appropriate examples.
- Explain about Identity operators in python with appropriate examples.
- Explain about Arithmetic operators in python with appropriate examples.
- List different conditional statements in python with appropriate examples.
- What are the different Loops available in python?
- What are the different loop control statements available in python? Explain with suitable examples.
No comments