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