通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
用键盘输入数字 10,以下代码的输出结果是( )。
try: n = input("请输入一个整数:") def pow2(n): return n * n except: print("程序执行错误")