Concept

Python Keywords

Keywords are special, built in words in a programming language that can only be used in certain ways. They often have specific values or functions and cannot be used to name new variables or functions. Many IDEs will highlight keywords in order to differentiate them from the rest of the code.

0

1

Updated 2023-04-13

Tags

Python Programming Language

Data Science

Related