8th day of python challenges 111-117
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""w0401 dependency
|
||||
"""
|
||||
# pylint: disable=print-statement, no-absolute-import
|
||||
from __future__ import print_function
|
||||
|
||||
from . import func_w0401
|
||||
|
||||
if func_w0401:
|
||||
print(input)
|
||||
Reference in New Issue
Block a user