Commit 801910b6 by BellCodeEditor

save project

parent ca199540
Showing with 10 additions and 0 deletions
class Bone:
def __init__(sans):
sans.level=0
sans.hp=1
sans.attack=999
sans = Bone()
print(sans.level)
print(sans.hp)
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