Chapter wise MCQ’s And Important Questions
Python is an interpreted, high-level and general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of significant whitespace.
Language paradigms: Interpreted language
Language designers: Guido van Rossum
Here we will discuss how to get Started In Python, programming in Immediate/Interactive Mode,Getting help in Python,Programming in Script Mode,Input Function, Print() Function, programming examples
Python looping Statements
Here we will discuss, What is a Strings in python, how strings are created, how elements are accessed, how elements are added and deleted. We will also discuss a number of related programs and programming questions.
Here we will discuss, What is a list, how it is created, how elements are accessed, how elements are added and deleted. We will also discuss a number of related programs and programming questions for solving.
Tuples
Here we will discuss, What are Tuples, how it is created, how elements are accessed, how elements are added, and deleted. We will also discuss a number of related programs and programming questions for solving.
Dictionaries
Here we will discuss, What is a Dictionaries in python, how they are created, how elements are accessed, how elements are added, and deleted. We will also discuss a number of related programs and programming questions for solving.