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
Prem_13 0 Newbie Poster
Dani 4,543 The Queen of DaniWeb Administrator Featured Poster Premium Member
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.