5 lines
90 B
Python
5 lines
90 B
Python
|
from zzcore import StdAns
|
||
|
|
||
|
class Ans(StdAns):
|
||
|
def GETMSG(self):
|
||
|
return 'Pong!'
|