fork(1) download
  1. TMAR=float(raw_input())
  2. TCICLO=float(raw_input())
  3. Result3=((TMAR/TCICLO)*100)
  4. s="O Indíce de Rotatividade é de "
  5. s+=str(round(Result3))+"%"
  6. print (s)
Success #stdin #stdout 0s 23352KB
stdin
2
7
stdout
O Indíce de Rotatividade é de 29.0%