Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
python-indented-def
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
119 Bytes
Copy permalink
Copy
Raw
1
class Foo:
2
def RIGHT(self, x: int):
3
return [
4
1,
5
2,
6
ChangeMe,
7
]