Schript zu Teil 20.
This commit is contained in:
9
teil20/hello.py
Executable file
9
teil20/hello.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#! ./mybang
|
||||
# Datei: hello.py
|
||||
|
||||
def main():
|
||||
print("Hallo von Python")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Reference in New Issue
Block a user