Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
python-indented-def
Code
Commits
Pulls
CI/CD
81,972
jch
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
]