0% found this document useful (0 votes)
2 views1 page

Python Assignment

The document outlines an assignment for 2nd Semester Computer Science & Engineering students at Govt. Polytechnic, Dumka, focusing on Python programming. It includes various topics such as the history of Python, execution processes, comments, best practices, functions, operators, control statements, and loops. Each topic requires detailed explanations and examples to demonstrate understanding of Python programming concepts.

Uploaded by

ayushkray8092
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Python Assignment

The document outlines an assignment for 2nd Semester Computer Science & Engineering students at Govt. Polytechnic, Dumka, focusing on Python programming. It includes various topics such as the history of Python, execution processes, comments, best practices, functions, operators, control statements, and loops. Each topic requires detailed explanations and examples to demonstrate understanding of Python programming concepts.

Uploaded by

ayushkray8092
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like