<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>金黑网络 - Python教程</title>
    <link>https://www.jinhei.cn/forum-36-1.html</link>
    <description>Latest 20 threads of Python教程</description>
    <copyright>Copyright(C) 金黑网络</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 27 Apr 2026 16:04:44 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.jinhei.cn/static/image/common/logo_88_31.gif</url>
      <title>金黑网络</title>
      <link>https://www.jinhei.cn/</link>
    </image>
    <item>
      <title>1.3 python剖析print函数，格式化输出</title>
      <link>https://www.jinhei.cn/thread-285-1-1.html</link>
      <description><![CDATA[1.3 python剖析print函数

# print()函数的使用，参数
# print()完整写法,print(*object, sep=\'\', end=\'\\n\', file=None,flush= False)
print(\'hello world\', end=\'\', sep=\'\')  # end参数，默认是\\n，即换行，end=\'\'，即不换行, sep参数，默认是空格
print(year, \'年，我 ...]]></description>
      <category>Python教程</category>
      <author>admin</author>
      <pubDate>Tue, 15 Jul 2025 00:31:27 +0000</pubDate>
    </item>
    <item>
      <title>1.2，注释，创建变量打印变量</title>
      <link>https://www.jinhei.cn/thread-280-1-1.html</link>
      <description><![CDATA[# 块注释，建议空一格
print(\&quot;hello world\&quot;)   # 行内注释，建议前至少空两个
# 多行注释
\'\'\'print(2024)
print(2024)
print(2024)
print(2024)\'\'\'

# 创建变量a，打印变量a
a = 1
print(a)]]></description>
      <category>Python教程</category>
      <author>admin</author>
      <pubDate>Mon, 14 Jul 2025 02:08:21 +0000</pubDate>
    </item>
    <item>
      <title>1，python软件安装</title>
      <link>https://www.jinhei.cn/thread-279-1-1.html</link>
      <description><![CDATA[python软件安装





下载地址：https://www.python.org/downloads/windows/


pycharm激活
**** 本内容被作者隐藏 ****]]></description>
      <category>Python教程</category>
      <author>admin</author>
      <pubDate>Mon, 14 Jul 2025 00:04:42 +0000</pubDate>
    </item>
  </channel>
</rss>