List Comprehension (3)

Run Settings
LanguagePython
Language Version
Run Command
list_name = ['Hilmi', 'Alfian'] small_list_name = [_.lower() for _ in list_name] print(small_list_name)
Editor Settings
Theme
Key bindings
Full width
Lines