"पाइथन": अवतरणों में अंतर

पंक्ति 88:
 
==भाषा की कुछ विशेषताएँ==
; आरक्षित शब्द (रिजर्व्ड वर्ड्स)
पाइथन 2.5.2 में निम्नलिखित 31 शब्द आरक्षित हैं-
<syntaxhighlight lang="Python">
and del from not while
as elif global or with
assert else if pass yield
break except import print
class exec in raise
continue finally is return
def for lambda try
</syntaxhighlight>
 
 
; इन्टरैक्टिव मोड पाइथन का एक छोटा सा कोड
<source lang="python">
"https://hi.wikipedia.org/wiki/पाइथन" से प्राप्त