Skip to content

Commit

Permalink
py is py3
Browse files Browse the repository at this point in the history
  • Loading branch information
twd2 committed Mar 17, 2024
1 parent 6042dd1 commit 9fef504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd4/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_php(self):
""")

def test_py(self):
self.do_lang('py', b'print sum(map(int, raw_input().split()))')
self.do_lang('py', b'print(sum(map(int, input().split())))')

def test_py3(self):
self.do_lang('py3', b'print(sum(map(int, input().split())))')
Expand Down

0 comments on commit 9fef504

Please sign in to comment.