<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://eblog.ink/feed/rss/archives/197/">
<title>Eric&#039;s Blog - Python global语句声明全局变量 的评论</title>
<link>https://eblog.ink/archives/197/</link>
<description>例子：def spam():    global egg    egg = &amp;#039;spam&amp;#039;    print(egg)egg = &amp;#039;global&amp;#039;spam(...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>