← Back to List

16485번: 작도하자! - ② ↗

Solutions

Python 3
39 B | 39 chars
a,b=map(int,input().split())
print(a/b)