Python basic Quiz. 5 Questions. Difficulty Level: Easy to Moderate. Concept: Python String Manipulations.
We can convert a type of data structure to another type. Learn to convert the type of a data structure to another type.
Python Tutorial on String Manipulation – Lower, Upper, Slice operations, Extract by Index, Split, Strip, Join, Title, Capitalize, Count
Dictionary is a collection of Key value pairs. key must be unique, value can be duplicated. Value part can be retrieved using the key part.
Python Tuples & Sets – Heterogeneous -Immutability
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…
Conditional statement is used to execute a block of code based on the condition.
Python Tutorial on Strings. Handling quotes. Escape sequences. Immutability.
Python Tutorial – What is a Variable? – How to use Variables in Python – Syntax – Exceptions – Type Error – Examples