Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LinkedInLearning/learning-python-2896241
/ main
Function
main
Ch2 - Basics/helloworld_finished.py:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
7
def
main():
8
print(
"hello world!"
)
9
name = input(
"What is your name? "
)
10
print(
"Nice to meet you,"
, name)
11
12
if
__name__ ==
"__main__"
:
13
main()
Callers
1
helloworld_finished.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected