Files
Web_CRICS_Server_VS2010_Prod/MyIPY/test.py

7 lines
196 B
Python
Raw Normal View History

2025-12-11 09:17:16 +08:00
class MyService(object):
def GetData(self, value):
return "hello" + value
AAA=["hello","fdfdf","fdfd"]
BBB={"hello":"12343","fdfd":"4324234"}
def MyFunction(name):
return "Bye Bye " + name