编辑代码
Python代码
3.11.0
2.7.17
运行
# coding:utf-8
n
=
0
while
n<
3
:
print
(n)
n
=n+
1
print
(
"Last"
,n)