Hey everyone, in this week, I learned about the following Python concepts: Type Hints. Exception Handling. if __name__ == “__main__” Global Keyword. Enumerate( ) Function. List comprehension. Newly Added Python Features: Walrus Operator (:=) ...
This article documents my Python learning journey. The problems that I encountered. How I solved those problems.