Python Programming EXP List
Python Programming EXP List
(BCC302 / BCC402)
EXP 1: Basics of Python
Write a program to demonstrate basic variable declarations and data types (int, float,
bool, string).
Use operators (+, -, *, /, %, //, **) and print results.