Commit 6e602f71 by BellCodeEditor

save project

parent 99eae500
Showing with 15 additions and 3 deletions
a=open(r'C:\Users\Public\Desktop\j.txt','w',encoding='utf-8')
a.write('udodfohjrdpjfpijif')
\ No newline at end of file
class Hero(object):
def__init__(self,name)
self.name = name
self.level = 1
self.hp = 250
self.attac
self.
print(self)
\ 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