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 f4b321b commit e6fa381Copy full SHA for e6fa381
1 file changed
Lib/turtledemo/wikipedia.py
@@ -56,7 +56,7 @@ def main():
56
for t in s.turtles():
57
t.undo()
58
et = clock()
59
- return "Laufzeit: %.3f sec" % (z1+et-at)
+ return "runtime: %.3f sec" % (z1+et-at)
60
61
62
if __name__ == '__main__':
0 commit comments