来py

s = 0;
def a (argument):
    print('happy');
    s = s + 1;
    if argument > s:
        return;
    a(argument);
编辑于6月30日 23:20