Skip to content

anjalitarkar101/Python-codes

Repository files navigation

Python basics to advance

  • python → opens the Python interpreter (>>>)

  • python filename.py → runs a Python script

  • We do not use parentheses() to access attributes (variables).

  • We use parentheses() to call methods in Python.

  • A method is like a function attached to an object.

  • When we use parentheses, we're telling Python: “Run this method now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages