viv/examples/wrong_input.py

5 lines
72 B
Python
Raw Normal View History

2022-12-19 23:22:23 -06:00
#!/usr/bin/env python3
# ints are not allowed
2023-03-15 13:16:09 -05:00
__import__("viv").use(5)