This website works better with JavaScript.
Explore
Help
Sign In
jab2870
/
Git-Presentation
Watch
1
Star
0
Fork
You've already forked Git-Presentation
0
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13
Commits
1
Branch
2
Tags
273 KiB
Shell
59.2%
JavaScript
13.8%
Python
13.7%
Makefile
13.3%
Tag:
Branch:
Tree:
FirstDraft
master
Final
FirstDraft
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'FirstDraft'
${ noResults }
Git-Presentation
/
code-examples
/
python-start.py
7 lines
93 B
Raw
Permalink
Blame
History
#!/usr/bin/env python
def
main
(
)
:
print
(
"
Hello
"
)
if
__name__
==
"
__main__
"
:
main
(
)
Reference in new issue
View Git Blame
Copy Permalink