Guest User

Untitled

a guest
Nov 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. # hw4.py
  2.  
  3. num=float(input('숫자? '))
  4. print('=>', round(num*100)/100)
Add Comment
Please, Sign In to add comment