from math import*
def temps(seuil):
  T=0
  while(...<seuil):
    T=T+0.1
  return(T)