-
Notifications
You must be signed in to change notification settings - Fork 21
for-and-while-statement #20
-
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
-
👍 1
Replies: 1 comment 1 reply
-
python 没有for of 吧,这里应该是 for index,el in enumerate(my_list): for。。。in。。
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
1 reply
-
❤️ 感谢指正,已修复。
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment