Keywords - Keywords are reserved words that are used
specifically by the programming language. Each programming
language has its unique keyword, which is meant for a particular
purpose
List - A list refers to a data type that contains a collection of
items
in an orderly manner
String - This is a series of characters, which is enclosed in
quotes. In Python, anything in quotes is regarded as a unique
character
Tuple – A tuple is similar to the list I explained earlier; however,
we use parentheses for tuple as an alternative to square brackets
used in a list. You can access each element after defining a tuple
by
using each index
Variable - A variable is a storage location, which has a name
assigned to it. In Python, we can assign a value to a variable and
recall
these variables
Do'stlaringiz bilan baham: