0
Help code coach
Failed x=input() y=int(input()) z=input().split(" ") z.append(x) z.sort result=((z.index(x)+1)*20)//y print (result )
5 Respuestas
+ 2
Sultan
Use Alexandr's hint
use this line
result=((z.index(x)//y+1)*20)
and you should be ok
+ 3
Mihai Apostol thanks for helpAlexandr thank
+ 2
You're welcome.
+ 1
Which challenge are you attempting?
0
Code coach driving licences