viv/examples/wrong_input.py

5 lines
72 B
Python

#!/usr/bin/env python3
# ints are not allowed
__import__("viv").use(5)