webturing hace 4 años
padre
commit
03ee622eb4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)))