salescrm/b/test/info.py
2025-10-27 15:50:44 +08:00

7 lines
96 B
Python

a=100
b='you'
info(f'{b=} age is {a}')
error('is a error')
debug('debug info')
return 'hahaha '