Examples/hallo.py

Sat, 15 Jan 2022 17:15:24 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 15 Jan 2022 17:15:24 +0100
branch
eric7
changeset 8921
8459c7e1b904
parent 12
1d8dd9706f46
permissions
-rw-r--r--

Debug Client
- fixed an issue handling string arguments for subprocess.run() on Windows platforms (handling of "")

#!/usr/bin/env python

import sys

def main():
    print("Hello World!")
    sys.exit(0)
    
if __name__ == "__main__":
    main()

eric ide

mercurial