This website requires JavaScript.
Explore
Help
Register
Sign In
Luthics
/
XJTU_Python
Watch
1
Star
0
Fork
You've already forked XJTU_Python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e0c587e7bf
XJTU_Python
/
test
/
2
/
1.py
8 lines
93 B
Python
Raw
Blame
History
t
=
float
(
input
(
)
)
if
(
t
>
0
)
:
print
(
1
)
elif
(
t
==
0
)
:
print
(
1
/
2
)
else
:
print
(
0
)
Reference in New Issue
View Git Blame
Copy Permalink