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

Added parentheses to fit python3

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