Meter to kilometers
Write a program that receives distance to meter and converts to kilometers and displays on output
Tips: Each km = 1000 m
Write a program that receives distance to meter and converts to kilometers and displays on output
Tips: Each km = 1000 m
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
M=float(input("m: ")) print(M/1000,"KM")
meter = float(input("a: ")) kilometers = float(input("b: ")) print(meter/kilometers)
m = float(input("masafat ra ba vahed metr vared konid: ")) k = 1000 while m >= 0 : print('masafat mored nazar shoma ba vahed kilo metr barabar ast ba: ', m / k) m = float(input("masafat ra ba vahed metr vared konid: "))
meter = float(input('meter:'))
km = (meter * .001)
print(km)
metr=float(input("metr")) k=metr/1000 print("km":,k)
metr=float(input("masafet be metr vared konid: ")) print("masafat be kilometr: ",metr/1000)
masafat = float(input("metr ra wared konid:")) b = float(masafat/1000) print("Km=" ,b)
Submitting answers is currently unavailable.
Write a program that receives a number of input and from that number to zero countdown and prints in the output
Write a class called Vehicle that has Model and Color features and has a method called get_info that returns all its features as a strang then write a class called Car from Vehicle ...
Write a program that receives the infinite number of the number with the help of a graphical interface and performs the compact, multiplication and division on them, for example the user should be able to do the results of the following actions using this ...
Create a table and include the following people including name, city and age.
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.