index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
work
/
21
/
money.py
blob: 55e7ecd09f773c8cc6677aa0097fe299430e8931 (
plain
)
1
2
3
money = float(input("amount of money: ")) print(f"${money:.2f}")