This commit is contained in:
anwinged
2012-04-18 09:15:37 +00:00
parent 8da3143df3
commit c5f2da169a
5 changed files with 138 additions and 27 deletions

View File

@ -15,7 +15,7 @@
"params": {
"r": {
"type": "double",
"type": "float",
"default": 6.28,
"title": "Right edge",
"comment": "Right edge"

View File

@ -81,7 +81,7 @@ def main():
res.append([l, y])
write(answer(round(l / r, 2)))
l += h
time.sleep(0.5)
time.sleep(0.2)
write(result(res))