mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
(cherry picked from commit c16b6d7b2a8ada5b8d2a8cd882dc64593dccf00e)
3 lines
64 B
Python
3 lines
64 B
Python
def foo():
|
|
return [i**2 for i in
|
|
range(1,100,1)] |