Chapter 4 Class 8th – Loops in Python
Python History Python was created by Guido van Rossum in 1989 at CWI (Centrum Wiskunde & Informatica) in Netherlands . The first version of Python, Python 1.0 , was released in 1991 . Guido wanted a language that was simple, easy to read, and powerful . The name “Python” came from Guido’s favorite TV show “ Monty Python’s Flying Circus ” , not from the snake. Later, improved versions were released: Python 2.0 in 2000 Python 3.0 in 2008 Python 3 became the main version used worldwide because it is more modern and supports better features. In short:
Python was created by Guido van Rossum in 1989 to make programming simple and readable for everyone. Python:
Python is a simple and powerful programming language used to give instructions to the computer. Python Program:
A Python program is a set of instructions written in Python to perform a specific task. String :
A string is a collection of characters written inside single (' ') or double (" ") quotes. Strings are immutable. List :
A list i…