This website requires JavaScript.
Explore
Help
Sign In
p79084653
/
repo_demo
Watch
1
Star
0
Fork
You've already forked repo_demo
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7c829a23e4
repo_demo
/
hello.py
6 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
adding file test
2020-02-11 09:42:07 +08:00
#!/usr/bin/python3
import
sys
update file test
2020-02-11 09:45:34 +08:00
# adding comments
adding file test
2020-02-11 09:42:07 +08:00
print
(
sys
.
version
)
update file test
2020-02-11 09:45:34 +08:00
print
(
"
Hello, World!
"
)