Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import math
- band = input()
- album = input()
- song = input()
- rotation = len(band) * len(album) * len(song) / 2 / 2.5
- print(f"The plate was rotated {math.ceil(rotation)} times.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement