This website requires JavaScript.
Explore
Help
Register
Sign In
yukari
/
flandre
Watch
1
Star
0
Fork
0
You've already forked flandre
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2cd7c4ee35
flandre
/
test
/
legacy
/
test.py
5 lines
108 B
Python
Raw
Normal View
History
Unescape
Escape
add das
2025-01-13 14:21:01 +08:00
if
__name__
==
'
__main__
'
:
print
(
tuple
(
str
(
(
1
,
2
,
3
)
)
)
)
add request
2025-02-26 21:41:15 +08:00
print
(
[
1
,
2
,
3
]
[
-
1
:
1
]
)
print
(
[
1
,
2
,
3
]
[
1
:
]
)
Reference in New Issue
Copy Permalink