Browse Source

Add 'H.py'

webturing 4 years ago
parent
commit
03ee622eb4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      H.py

+ 1 - 0
H.py

@@ -0,0 +1 @@
+while True: print('%.3f' % sum(1 / i for i in range(1, int(input()) + 1)))