mirror of https://github.com/acidanthera/audk.git
3 lines
35 B
Python
3 lines
35 B
Python
|
def f(x):
|
||
|
[x for x in x] = x
|