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