MCPcopy 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
7def main():
8 print("hello world!")
9 name = input("What is your name? ")
10 print("Nice to meet you,", name)
11
12if __name__ == "__main__":
13 main()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected