diff --git a/zeta_python/completed/14729.py b/zeta_python/completed/14729.py new file mode 100644 index 0000000..1aa6905 --- /dev/null +++ b/zeta_python/completed/14729.py @@ -0,0 +1,3 @@ +import sys +input = sys.stdin.readline +[print(f"{x:.3f}")for x in list(sorted(float(input())for _ in range(int(input()))))[:7]] \ No newline at end of file