Calibri;
*Riched20 10.0.22000
Govt. Polytechnic,Dumka
2nd Semester Computer Science&Engineering
1st Assignment of Python Programming
------------------------------------------------------------------------------------------------
1.*.
-360Write a brief history of [Link] the features of Python programming [Link] any five ap
[Link] the process of execution of a Python program.
[Link] are comments? Explain single-line and multi-line comments.
[Link] best practices for Python programming.
[Link] input() function with syntax.
[Link] print() function with [Link] between Python 2 raw_input() and Python 3 input()
[Link] is typecasting?
[Link] arithmetic operators with examples.
[Link] comparison operators.
[Link] logical operators.
[Link] bitwise operators.
[Link] operator precedence.
[Link] if statement.
[Link] if-else statement.
[Link] is nested if statement?
[Link] multiway branching.
[Link] while loop with syntax.
[Link] for loop with syntax.
[Link] is range() function?
[Link] break, continue and pass statements.
[Link] nested loops.