Commit 7e2f0033 by BellCodeEditor

auto save

parent bf4b0093
,Ϻ,,/n
\ No newline at end of file
c=['北京','上海','广州','深圳']
f=open('city.csv','w')
f.write(','.join(c)+'/n')
f.close()
\ No newline at end of file
......@@ -62,6 +62,7 @@ while True:
scroe+=10
else:
position.pop(0)
# 将背景图画上去
screen.blit(background, (0, 0))
# 将贪吃蛇的头画上去
......
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