6 lines
69 B
Python
6 lines
69 B
Python
CMDs = ["prt"]
|
|
|
|
|
|
def prt(self, operand):
|
|
print(operand[0].get())
|