Commit c9cc379d by BellCodeEditor

save project

parent 47b35cab
Showing with 2 additions and 1 deletions
...@@ -3,6 +3,6 @@ class Teacher: ...@@ -3,6 +3,6 @@ class Teacher:
self.level=100 self.level=100
self.hp=300 self.hp=300
self.attack=200 self.attack=200
self.critical strike=100 self.criticalstrike=100
a=Teacher() a=Teacher()
print(a.level) print(a.level)
\ 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