diff options
author | standenboy <standenboy@StandenboyLAP.lan> | 2024-01-25 10:57:10 +0000 |
---|---|---|
committer | standenboy <standenboy@StandenboyLAP.lan> | 2024-01-25 10:57:10 +0000 |
commit | eb1a5582181bf3188f30d665a295321d36bdc795 (patch) | |
tree | 01c10676436a51a03fa53519fe8572f5d31abb1c /comp/work/21/money.py | |
parent | 9e83a3046472e598be3f5a9b7d104f97a97ff36a (diff) |
did the cover work
Diffstat (limited to 'comp/work/21/money.py')
-rw-r--r-- | comp/work/21/money.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comp/work/21/money.py b/comp/work/21/money.py new file mode 100644 index 0000000..55e7ecd --- /dev/null +++ b/comp/work/21/money.py @@ -0,0 +1,3 @@ +money = float(input("amount of money: ")) + +print(f"${money:.2f}") |