from zzcore import StdAns
class Ans(StdAns):
def GETMSG(self):
msg = "富强 民主 文明 和谐\n自由 平等 公正 法制\n爱国 敬业 诚信 友善"
return msg