Pleease edit this code for me i want input calculate the value of ‘speed’.

import time
#this inports time for the sleep command in line number three...
print("This Program is a speed calculator")
#This Program Will take user input as distance and time and gives output as speed
time.sleep(3.5)
#this line adds a puase in the print funtion so the user can readthe line before another comes
distance=input("Enter Distance")
time= input("Enter time")
distance*time