This website requires JavaScript.
Explore
Help
Register
Sign In
sairate
/
teacher_code_python
Watch
1
Star
0
Fork
You've already forked teacher_code_python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6dbfee60cb
teacher_code_python
/
test.py
2 lines
50 B
Python
Raw
Normal View
History
Unescape
Escape
Signed-off-by: sairate <sairate@sina.cn>
2024-07-12 18:33:59 +08:00
print
(
bool
(
1
)
and
str
(
bool
(
0
)
)
or
bool
(
int
(
2
/
3
)
)
)