Reading Time: 1 minutesPython Arithmetic Python Arithmetic The following program demonstrates the arithmetic in Python. Try it online here. See also: Python 101 Object Oriented Python Design Patterns in Python 50+ Handy Standard […]
Elementary Python
PyPro #2 Sum of first n integers
Reading Time: 1 minutesSum of first n integers in Python Sum of first n integers in Python Given the value of an integer n, how to calculate the sum of first n integers […]
PyPro #1 Area of a room
Reading Time: 1 minutesArea of a room in Python Area of a room in Python Given two dimensions of a room, how to carry out the simple task of calculating the area using […]