Python Training Presentation
Python Training Presentation
Training Report
Submitted to HSBTE Panchkula
Presented by: Meena (Enrollment
No.: 220010800049)
Guided by: Mrs. Swati Nautiyal
Introduction to Python
• • Arithmetic: +, -, *, /, %.
• • Comparison: ==, !=, <, >.
• • Logical: and, or, not.
• • Assignment: =, +=, -=.
Conditional Statements