fork download
  1. i=1
  2. while i!=0 :
  3. if x=0 :
  4. i=0
  5. else :
  6. x=input("Entre une vitesse en Km/h : ")
  7. print(x, " Km/h est égal a ", x*1.609," miles par heure")
  8. i+=1
  9.  
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
1
2
10
0
11
compilation info
falcon: FATAL - Program terminated with error.
SyntaxError CO0001 at /home/1TZ0WA/prog.fal:5: Generic syntax error

stdout
Standard output is empty