Exercises 3.9

Run Settings
LanguagePython
Language Version
Run Command
lst_num = [] for a in range(0, 10): for b in range(0, 10): for c in range(0, 10): if c != 0 and a + b/c == 10: lst_num.append([a, b, c]) print('List number: ', lst_num)
Editor Settings
Theme
Key bindings
Full width
Lines