linear_search1

Run Settings
LanguagePython
Language Version
Run Command
data = [50, 30, 90, 10, 20, 70, 60, 40, 80] found = False for i in range(len(data)): if data[i] ==40: print(i) found = True break if not found: print('Not Found')
Editor Settings
Theme
Key bindings
Full width
Lines