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")
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("a: ")) kilometers = float(input("b: ")) print(meter/kilometers)
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)
print("salam") print("tabdil metr be kilometr ") m = input("andaze be metr : " ) m = float(m) print ("andaze be kilometr: ",m/1000," km")
Submitting answers is currently unavailable.
Write a program that receives 2 numeric value from the input and stores in variables A and B. Then move the values of these two variables (the value of variable A is to be stored within B and the value of variable B is saved within a)
Write a function that receives a text and returns the first 100 characters with "..." if the text is longer than 100 characters. Otherwise it will restore the whole text unchanged.
Write a function that receives some and checks whether the amount received is the email. If the email was True, otherwise the False return the email should contain @ before @ should be a phrase as a work name ...
Write a program that receives the age of father and son from the input and prints them (subtraction) in the output
Write a program where the user can enter the clock, minutes and seconds as the example below and from the time entered, the countdown to zero is Input: 1:22:50 # One hour and twenty minutes and fifty seconds
CSS code to select all the following elements at once and change their background color to yellow<div class="yellow" id="box"></div><div class="yellow"></div><div class="yellow mybox"></div>Footer call to action
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.