import pandas as pd
 
df = pd.read_csv('Nowcoder.csv', sep=',')
print(int(df.query('Num_of_exercise >= 10').Level.median()))