Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- serial = input()
- season = int(input())
- volume = int(input())
- time = float(input())
- minutes = season * volume * time * 1.2 + season * 10
- print(f"Total time needed to watch the {serial} series is {int(minutes)} minutes.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement