优化测试用例

This commit is contained in:
everywhere.z
2024-01-08 15:10:04 +08:00
parent 492f6160da
commit 9b7e0d004e

View File

@@ -16,7 +16,7 @@
b=10
if a>5:
b=5
print 'hello'
print '你好'.decode('UTF-8')
else:
print 'hi'
defaultContext.setData("s1",a*b)