提交 433442eb 编写于 作者: K ktlichkid

Added parentheses to fit python3

上级 4c6882ab
...@@ -58,6 +58,6 @@ def log_to_ce(log): ...@@ -58,6 +58,6 @@ def log_to_ce(log):
if __name__ == '__main__': if __name__ == '__main__':
log = sys.stdin.read() log = sys.stdin.read()
print("*****") print("*****")
print log print(log)
print("****") print("****")
log_to_ce(log) log_to_ce(log)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册