latest
C++
Python
src
Demo1
my_function()
Test
src
<no title>
Edit on GitHub
demo2.
my_function
(
a
,
b
)
[source]
函数功能说明
>>>
my_function
(
2
,
3
)
6
>>>
my_function
(
'a'
,
3
)
'aaa'