Index ¦ Archives

Python

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java. The language provides constructs intended to enable writing clear programs on both a small and large scale.

Run

python
print("Hello World")

Python

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.