Commit c7046d51 by BellCodeEditor

save project

parent f9368e12
Showing with 10 additions and 12 deletions
i
\ No newline at end of file
class Hero:
def __init__(self):
self.name('XXX')
self.hp=999
self.at=9999
i=Hero()
print(i.hp)
\ No newline at end of file
import turtle
import random
p.turtle Pen()
a=['red','yellow','green','blue','skyblue','pink','orange']
p.penup()
for j in range(random.randint(10,40))
p.pencolor
\ 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