CP Reviewer Keyword
CP Reviewer Keyword
VARIOUS APPLICATION
1. Web Development
2. Data Science
3. AI
4. Automation and more
PROGRAMMING PARADIGMS
1. Procedural
2. Object-Oriented
3. Functional
DATA TYPES
1. INTEGERS(int) - Whole numbers without a decimal point
2. FLOATS(float) - Numbers with a decimal point
3. STRINGS(str) - Sequence of characters enclosed in single (') or double (") quotes
4. BOOLEANS(bool) - Represents True or False
5. LISTS - collection ofitems, mutable
6. TUPLES - collection ofitems, immutable
7. DICTIONARIES - Unordered collection of key-value pairs