DEV Community

Discussion on: Daily Challenge #49 - Dollars and Cents

Collapse
 
matrossuch profile image
Mat-R-Such

Python

print('$%.2f' %(float(input('Give me money '))))