Commit 99f8f6fc by BellCodeEditor

save project

parent 70850cf8
Showing with 9 additions and 0 deletions
class sans():
def __init__(self,HP,AT,DF):
self.Level=1
self.HitPoint=HP
self.Attack=AT
self.Defense=DF
Sans=sans(1,1,1)
print(Sans.Attack)
\ 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