Examples/hallo.py@72b88fb20261
Examples/hallo.py
Sat, 19 Dec 2020 15:22:26 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 19 Dec 2020 15:22:26 +0100
- changeset 7900
- 72b88fb20261
- parent 12
-
1d8dd9706f46
- permissions
- -rw-r--r--
Corrected the use of '@keyparam' in the source documentation.
#!/usr/bin/env python
import sys
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
main()