diff --git a/python/boj_1008.py b/python/boj_1008.py new file mode 100644 index 0000000..2bfc0b9 --- /dev/null +++ b/python/boj_1008.py @@ -0,0 +1,2 @@ +A,B = map(int,input().split()) +print(A/B) \ No newline at end of file