AutoFramework/main3.py

6 lines
103 B
Python
Raw Normal View History

2022-08-06 18:53:35 +08:00
def to_string(text):
if text is None:
return ''
return str(text)
exec('assert 1 == 2')