Python Quiz

Опубликовано: 11 Август 2023
на канале: Robaidul Islam
49
5

In Python, certain words are reserved as keywords, which have specific meanings and functions within the language. These keywords cannot be used as variable names because they are already being used to define certain operations or structures in the language.

In summary, "del" is reserved as a keyword in Python for the purpose of deleting references to objects, while "Del" (with an uppercase "D") is not a keyword and can be used as a variable name.