View On GitHub
TomLen
See More
Project maintained by
TomaszLen
Hosted on GitHub Pages — Theme by
mattgraham
TomaszLen.github.io
Kod
Program “Hello world” w języku Python:
if __name__ == '__main__': print("Hello world!")