bugtests.test329s1.py Maven / Gradle / Ivy
import sys
for t in range(10):
# a comment
print t; sys.exit(0)
sys.exit(22)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
import sys
for t in range(10):
# a comment
print t; sys.exit(0)
sys.exit(22)