Commit 757888a9 by BellCodeEditor

auto save

parent 78c426ff
Showing with 6 additions and 4 deletions
......@@ -6,7 +6,10 @@ def func():
if unit== 'q':
break
else:
total.append((unit)
total.append((unit))
except:
print(输帧数sb)
print(total)
\ No newline at end of file
print("输帧数")
return total
list1 = func()
print(list1)
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 sign in to comment