FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python/demo2.py at master · DataIntelligenceHub/python · GitHub
DataIntelligenceHub
/
python
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python
/
demo2.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
14 lines (11 loc) · 237 Bytes
Breadcrumbs
python
/
demo2.py
Copy path
File metadata and controls
executable file
·
14 lines (11 loc) · 237 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
def
print_b
():
"Prints b."
print
'b'
def
print_a
():
"Prints a."
print
'a'
# print_b() runs on import
print_b
()
if
__name__
==
'__main__'
:
# print_a() is only executed when the module is run directly.
print_a
()
Back
|
FazBrowse Home
|
New Git URL