Python Data Structures – List – Pop – Remove – Extend – Insert – Extend – Functions and its usage. Sorting a list – Immutable List
range() function is introduced in Python3, in Python2 it is xrange(). Range can be used to generate a sequence of numbers. Range will not return…
Loops are block of statements that will be repeatedly executed until the condition is true. Python has 2 types of loops: Type #1: While Loop:…
Conditional statement is used to execute a block of code based on the condition.
Python basic short quiz. 5 Questions. Difficulty Level: Easy. Concept: Python Strings.
Quiz on Python Introduction & Architecture. Difficulty Level is Easy. Concept: Python Architecture
Quiz on Python Introduction. Difficulty Level is Easy. Concept: About Python. 3 Questions Short Quiz. For beginner.
Python Tutorial on Strings. Handling quotes. Escape sequences. Immutability.
zfill() function is type of padding function. This function fills only with ‘0’. Takes the resultant width of the string as argument. This is useful to pad a numeric string values.



