Skip to content

Instantly share code, notes, and snippets.

@farooqkz
Created May 2, 2021 19:37
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 farooqkz/edb32fbc80549c6482f84f9fb965814c to your computer and use it in GitHub Desktop.
Save farooqkz/edb32fbc80549c6482f84f9fb965814c to your computer and use it in GitHub Desktop.
class Customer:
account = Account()
name = "Far the chickenkiller"
...
class Account:
no = ... # some big integer
rials = 10000 # 1000 toman
dollars = 1.0 # one dollar only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment