Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 for 循环语句不断出现语法错误,我无法弄清楚为什么它一直说语法无效。
> mylist = [1, 2, 3,4 , 5, 6, 7, 8, 9, 10] > for num in mylist > print(num)