3.9

Run Settings
LanguagePython
Language Version
Run Command
lst = [] 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.append([a,b,c]) print('List:',lst)
Editor Settings
Theme
Key bindings
Full width
Lines