Commit 609880df by BellCodeEditor

save project

parent eebcf120
Showing with 5 additions and 3 deletions
......@@ -8,7 +8,6 @@ class log:
self.log = NEWLOG
self.lognum = NEWLOGNUM
self.logoi = NEWLOGOI
print('log 1.0.0\nHello from the log community.')
def att_log(self, log_key, log_word):
self.lognum = self.lognum + 1
......@@ -18,4 +17,7 @@ class log:
self.log = {}
def seet_log(self, key):
return self.log[key]
\ No newline at end of file
return self.log[key]
if __name__ == "__main__":
print('log 1.0.0\nHello from the log community.')
\ 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