A variable is like a container that holds data. In Python, you don’t need to define its type explicitly.
Git is a version control system used to track changes in code and collaborate with others.
HTML uses tags like <h1>, <p>, <a> to define headings, paragraphs, and links.
Use f-strings for easy formatting: name = "Anjali"; print(f"Hello {name}")
Use git status
to check which files have changed before committing.
Use SELECT * FROM tablename WHERE condition;
to filter data in SQL queries.