List Comprehension (4)

Run Settings
LanguagePython
Language Version
Run Command
list_a = range(1, 10, 2) x = [[a**2, a**3] for a in list_a] print(x)
Editor Settings
Theme
Key bindings
Full width
Lines