Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91b244 commit 3d5a360Copy full SHA for 3d5a360
1 file changed
testing/resources/python_hooks_repo/foo/main.py
@@ -1,7 +1,8 @@
1
+from __future__ import print_function
2
import sys
3
4
5
def func():
- print repr(sys.argv[1:])
6
- print 'Hello World'
+ print(repr(sys.argv[1:]))
7
+ print('Hello World')
8
return 0
0 commit comments