• 2022-06-09 问题

    执行以下程序,输出()n = 4def func(str): global n n=3 return str*nfunc("hello")print(n) A: hellohellohellohello B: hellohellohello C: 4 D: 3

    执行以下程序,输出()n = 4def func(str): global n n=3 return str*nfunc("hello")print(n) A: hellohellohellohello B: hellohellohello C: 4 D: 3

  • 1