1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-11-23 21:34:45 +02:00

upgrade to python3.8.5, fix bugs

This commit is contained in:
dQz6tMwk8rJqvDR
2020-07-30 03:25:38 +03:00
parent 9752fc7aa0
commit fffe061d23
543 changed files with 60 additions and 104771 deletions

View File

@@ -9,7 +9,7 @@ from Command import Command # import parent class
class SmallTalk(Command):
def start(this, string): # main method
print('Hello, World!')
print(f'Hello, {string=}')
def confirm(this): # optional method
return True