Commit 6e209881 authored by 高雅喆's avatar 高雅喆

update time format...for reversed..

parent 197641c8
......@@ -146,6 +146,6 @@ if __name__ == '__main__':
f.write(str_line)
end = time.time()
print("程序执行时间:{}s".format(start-end))
print("程序执行时间:{}s".format(end-start))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment