编辑代码
Python代码
3.11.0
2.7.17
运行
n=input(
"请输入数字"
) a=
0
for
i
in
n: print(
f"第
{a+
1
}
个数是
{i}
"
) a=a+
1