Hello World
main 1 Stars 1 Forks 1 Watchers Updated 2 days ago
Python 100%
All Activity
Releases Only
Ignore
unreliablecode / HelloWorld โ€” main.py [Visual Studio]
main PYTHON
main.py ×
HelloWorld / main.py
1
2
3
4
5
6
def main():
    print('Hello World from Python!')

if __name__ == '__main__':
    main()
main 0 errors Ready
Ln 1, Col 1 Lines: 6 Spaces: 4 UTF-8 CRLF PYTHON