days = input("Number of days ") seconds = days * 24 * 60 * 60 # your answer :) print(seconds) # you can check this by printing, if you want...