diff --git a/Metronome.py b/Metronome.py new file mode 100644 index 0000000..b78c6bf --- /dev/null +++ b/Metronome.py @@ -0,0 +1 @@ +print(round(int(input()) / 4, 2))