GBGarv Bajajindocumentingmyself.hashnode.devยทDec 2, 2025 ยท 3 min readPython Learning Log โ Day 2๐ 1. What is an Escape Sequence Character? Escape sequence characters are special characters used to format text inside strings. They always start with a backslash () and tell Python to perform a special action. ๐ฏ Common Escape Sequences: \n โ New...00
GBGarv Bajajindocumentingmyself.hashnode.devยทDec 1, 2025 ยท 2 min readPython learning log - Day 1๐ What is Python? Python is a powerful, beginner-friendly programming language known for its simple and readable syntax. It's used in web development, data science, AI/ML, automation, game development, and more. โ Easy to learn โ High-level langua...00