<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>山东智趣岛论坛 - 竟维小屋</title>
    <link>https://abc.sdzqd.com/forum.php?mod=forumdisplay&amp;fid=82</link>
    <description>Latest 20 threads of 竟维小屋</description>
    <copyright>Copyright(C) 山东智趣岛论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 24 Apr 2026 14:11:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://abc.sdzqd.com/static/image/common/logo_88_31.gif</url>
      <title>山东智趣岛论坛</title>
      <link>https://abc.sdzqd.com/</link>
    </image>
    <item>
      <title>for循环原理</title>
      <link>https://abc.sdzqd.com/forum.php?mod=viewthread&amp;tid=856</link>
      <description><![CDATA[for i in range(999): #循环999次
    print(\&quot;你好\&quot;)


当i=0时候 print(\&quot;你好\&quot;)
当i=1时候 print(\&quot;你好\&quot;)
当i=2时候 print(\&quot;你好\&quot;)
.。。。。
当i=998时候 print(\&quot;你好\&quot;)




for i in range(999): #循环999次
    print(i)


当i=0时候 print(i)
当i=1时候 print(i)
 ...]]></description>
      <category>竟维小屋</category>
      <author>liuyichen99</author>
      <pubDate>Wed, 05 Nov 2025 12:02:08 +0000</pubDate>
    </item>
    <item>
      <title>输出2 4 6 8 10....100</title>
      <link>https://abc.sdzqd.com/forum.php?mod=viewthread&amp;tid=855</link>
      <description><![CDATA[for i in range(50):
    print((i+1)*2)]]></description>
      <category>竟维小屋</category>
      <author>luanjingwei</author>
      <pubDate>Wed, 05 Nov 2025 11:50:55 +0000</pubDate>
    </item>
    <item>
      <title>20251105输出13579...99</title>
      <link>https://abc.sdzqd.com/forum.php?mod=viewthread&amp;tid=854</link>
      <description><![CDATA[for i in range(50):
    print((i+1)*2-1)]]></description>
      <category>竟维小屋</category>
      <author>luanjingwei</author>
      <pubDate>Wed, 05 Nov 2025 11:43:53 +0000</pubDate>
    </item>
    <item>
      <title>1015笔记</title>
      <link>https://abc.sdzqd.com/forum.php?mod=viewthread&amp;tid=821</link>
      <description><![CDATA[print(\&quot;dsafask地方\&quot;)  #输出
input()  #输入的功能
import #导入  turtle库
#int整数        浮点float        字符串string        布尔类型bool
#   + - * /          //整除     %求余数         13/5      13//5=2   13%5=3
#    a=6把右边的值给左边的变量
#   a&gt; ...]]></description>
      <category>竟维小屋</category>
      <author>liuyichen99</author>
      <pubDate>Wed, 15 Oct 2025 11:33:32 +0000</pubDate>
    </item>
    <item>
      <title>0924随机数  带解释</title>
      <link>https://abc.sdzqd.com/forum.php?mod=viewthread&amp;tid=788</link>
      <description><![CDATA[import random  #import 导入  random 随机数库


for i in range(100):  #循环一百遍   要循环的内容前面一定要加四个空格  冒号一定不要忘记


    #list 列表 [ ]
    a = [\&quot;赵\&quot;,\&quot;钱\&quot;,\&quot;孙\&quot;,\&quot;李\&quot;,\&quot;周\&quot;,\&quot;吴\&quot;,\&quot;郑\&quot;,\&quot;王\&quot;]  #姓的列表    1、要用中括号   2、要用逗号隔开 ...]]></description>
      <category>竟维小屋</category>
      <author>liuyichen99</author>
      <pubDate>Wed, 24 Sep 2025 12:04:35 +0000</pubDate>
    </item>
    <item>
      <title>924随机数</title>
      <link>https://abc.sdzqd.com/forum.php?mod=viewthread&amp;tid=787</link>
      <description><![CDATA[import random
a=[\&quot;赵\&quot;,\&quot;钱\&quot;,\&quot;孙\&quot;,\&quot;李\&quot;,\&quot;周\&quot;,\&quot;吴\&quot;,\&quot;郑\&quot;,\&quot;王\&quot;]
b=[\&quot;瑞\&quot;,\&quot;俊\&quot;,\&quot;明\&quot;,\&quot;刚\&quot;,\&quot;浩\&quot;,\&quot;辰\&quot;]
c=random.randint[0,7]
d=random.randint[0,5]
print(a[c]+b[d])]]></description>
      <category>竟维小屋</category>
      <author>luanjingwei</author>
      <pubDate>Wed, 24 Sep 2025 12:02:23 +0000</pubDate>
    </item>
    <item>
      <title>0910课堂笔记</title>
      <link>https://abc.sdzqd.com/forum.php?mod=viewthread&amp;tid=748</link>
      <description><![CDATA[\'\'\'
print(\&quot;hello world\&quot;)     #  ctrl+c 复制  先选中要复制的内容，然后按ctrl+c
print(\&quot;hello world\&quot;)  #ctrl+v 粘贴

#ctrl+a 全选
print(\&quot;你好\&quot;)#移动的时候，要把移动内容选中，ctrl+x剪切    点击要移动的地方粘贴ctrl+v

#ctrl+z 返回上一步 撤销
#ctrl+y 返回 ...]]></description>
      <category>竟维小屋</category>
      <author>liuyichen99</author>
      <pubDate>Wed, 10 Sep 2025 11:54:47 +0000</pubDate>
    </item>
  </channel>
</rss>