Commit 637211fa by BellCodeEditor

auto save

parent c6188a1e
import pygame new_data=''
with open(r'C:\\Users\\Administrator\\Desktop\\test.txt',"r",encoding="utf-8") as file1:
for a in file1:
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
??
\ No newline at end of file
import turtle
pen = turtle.pen()
for i in range(5):
pen.forward(200)
pen.rignt(44)
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