more-python/exercises/ex12/false

8 lines
78 B
Plaintext
Raw Normal View History

2023-03-15 10:53:55 -06:00
#!/usr/bin/env python
# Exercise 12h
# false command
import sys
sys.exit(1)