kboss/b/test/info.py
2025-07-16 14:27:17 +08:00

7 lines
96 B
Python
Executable File

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