Colorful Calculator 2
Colorful Calculator 2
Calculator Colorful
NISHANTH S [1EW23IS062]
x = 5
y = 10
sum = x + y
print(sum)
Output will be 15
Data Types In Advanced
python
In addition to basic types like int, float, and str, Python also
provides advanced data types that help you work with
collections of data, structured information, and more.