demo2.my_function(a, b)[source]

函数功能说明

>>> my_function(2, 3)
6
>>> my_function('a', 3)
'aaa'