@Markus @ProgrammerHumor simpler example would be:
```python len, print = print, len len("test") print("5") ```