Back to Browse

problem on variables , f-string and id function

18 views
May 5, 2026
35:54

πŸ”₯ Learn Python Faster | f-Strings & id() Function Explained in Simple Way πŸ”₯ In this video, we will understand two very important Python concepts: βœ… **f-strings (Formatted Strings)** βœ… **id() function (Object Identity in Memory)** πŸ’‘ **What you’ll learn:** πŸ‘‰ What are f-strings and why they are better than traditional formatting πŸ‘‰ How to use variables inside strings easily πŸ‘‰ Real examples of f-strings in Python πŸ‘‰ What is the `id()` function πŸ‘‰ How Python stores variables in memory πŸ‘‰ Difference between value and identity πŸš€ This video is perfect for: βœ” Beginners in Python βœ” Students preparing for programming interviews βœ” Anyone who wants to write clean and efficient Python code πŸ“Œ Example Covered: ```python name = 'Akshay' age = 23 city = 'Pune' print('Person Name is :', name, "Age is :", age , 'and his city is :', city) ``` 🎯 By the end of this video, you will clearly understand how Python handles strings and memory! πŸ“’ Don’t forget to: πŸ‘ Like the video πŸ”” Subscribe for more Python tutorials in Marathi πŸ’¬ Comment your doubts #Python #PythonProgramming #fstring #idFunction #LearnPython #CodingForBeginners #PythonMarathi

Download

1 formats

Video Formats

360pmp430.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

problem on variables , f-string and id function | NatokHD