Python +code code example
Example 1: Python
Python is an interpreted, high-level,
general-purpose programming language.
//as you can also see to your right --------------------->
but also note interpreted, not compiled.
Example 2: python
s = 0
for x in seq:
s += x