8 lines
119 B
Text
8 lines
119 B
Text
|
class Foo:
|
||
|
def RIGHT(self, x: int):
|
||
|
return [
|
||
|
1,
|
||
|
2,
|
||
|
ChangeMe,
|
||
|
]
|