Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created November 13, 2020 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betterdatascience/74943fa282958f8c3c455d45eb6891aa to your computer and use it in GitHub Desktop.
Save betterdatascience/74943fa282958f8c3c455d45eb6891aa to your computer and use it in GitHub Desktop.
001_oop
class Car:
pass
car = Car()
print(car)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment