PY
for i in range(10):
print("This is interactive!")
```python
def a_function(some, args):
a = 1 + 2
print("Your arguments:", some, args)
```
https://marinovamimi.trinket.io/6-a#/modul-1/1-1-moyata-prva-programa-v-python
<iframe src="https://trinket.io/embed/python/f0e91d2742" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>