✨ Boolean flag | Python Glossary ✨
📖 A variable or function parameter that you set to either True or False.
🏷️ #Python
📖 A variable or function parameter that you set to either True or False.
🏷️ #Python
❤1
✨ camel case | Python Glossary ✨
📖 A naming convention where the first letter of each word within a compound word is capitalized.
🏷️ #Python
📖 A naming convention where the first letter of each word within a compound word is capitalized.
🏷️ #Python
✨ concatenation | Python Glossary ✨
📖 The operation of joining two or more strings end-to-end to create a new string.
🏷️ #Python
📖 The operation of joining two or more strings end-to-end to create a new string.
🏷️ #Python
❤2