AutoFramework/main3.py

6 lines
103 B
Python

def to_string(text):
if text is None:
return ''
return str(text)
exec('assert 1 == 2')