Rename Metronome.py to metronome.py

This commit is contained in:
2023-06-23 08:36:19 +00:00
parent 85e254e9af
commit 9c19bdfe47

1
metronome.py Normal file
View File

@@ -0,0 +1 @@
print(round(int(input()) / 4, 2))