You've already forked STARK
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user