Created
May 2, 2021 19:37
-
-
Save farooqkz/edb32fbc80549c6482f84f9fb965814c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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