```bash ls -al ```
```python def say_hello(): print("Hello") say_hello() ```