8th day of python challenges 111-117
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# pylint: skip-file
|
||||
"""disable-all is usable as an inline option"""
|
||||
|
||||
# no warning should be issued
|
||||
try:
|
||||
import this
|
||||
except:
|
||||
pass
|
||||
Reference in New Issue
Block a user