6 lines
56 B
Python
6 lines
56 B
Python
|
def const(x):
|
||
|
return x
|
||
|
|
||
|
def native(x):
|
||
|
return x
|