Commit 08b04ebc by BellCodeEditor

save project

parent 0957b032
with open(r'C:\Users\lenovo\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')as ttt:
a = ttt.readlines()
print(a)
import turtle
pen=turtle.Pen()
pen.fillcolor("red""black")
pen.begin_fill()
for i in range(3):
pen.forward(200)
pen.right(120)
pen.end_fill()
turtle.done()
class Hero:
def_init_(self):
self.level=1
self.hp=300
self.attack=20
yase1=Hero()
yase2=Hero()
yase=Hero()
print("yase的血量:",yase1.hp)
print("yase2的攻击:",yase2.attack)
\ No newline at end of file
class Hero:
def_init_(self,name,hp,attack)
self.level=1
self.hp=300
self.attack=20
yase1=Hero()
yase2=Hero()
yase=Hero()
print("yase的血量:",yase1.hp)
print("yase2的攻击:",yase2.attack)
\ No newline at end of file
import turtle
p=60
pen=turtle.Pen()
for i in range(99):
t=p+1
pen.forward(100)
pen.right(t)
turtle.done()
for i in range(1):
print("大傻逼就是电脑!!!!!!!",end="\t")
\ No newline at end of file
print("名字:周明泽他爹")
print("年龄:45")
print("爱好:抽打周明泽!!!!!!!!!!!!!!!")
print("特长:轻松拔掉周明泽的头疼哈哈哈哈哈哈哈哈嗝付军过扩付多军与军")
\ No newline at end of file
a=3
b=4
c=888888888888888
print(a+b+c)
\ No newline at end of file
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