Created
May 30, 2022 20:41
-
-
Save justxor/26202b4bf6e4ec3fb81a380c00f47d83 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
if __name__ == '__main__': | |
print_billing_doc() | |
#Вывод | |
Name Price Tax | |
Book 30 3.0 | |
Pen 5 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment