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
master
XJTU_Python
/
test
/
3
/
1.py
6 lines
68 B
Python
Raw
Permalink
Blame
History
n
=
int
(
input
(
)
)
s
=
1
for
i
in
range
(
n
)
:
s
*
=
(
i
+
1
)
print
(
s
)
Reference in New Issue
View Git Blame
Copy Permalink