for-and-while-statement #20
Replies: 1 comment 1 reply
-
python 没有for of 吧,这里应该是 for index,el in enumerate(my_list): for。。。in。。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for-and-while-statement
循环用于重复执行特定的代码逻辑,在 Python 和 JavaScript 中都使用 for 和 while 实现循环逻辑。
https://luckrnx09.com/python-guide-for-javascript-engineers/zh-cn/for-and-while-statement
Beta Was this translation helpful? Give feedback.
All reactions