Difference between revisions of "Python-Perl cheatsheet"

(Created page with "{|border="1" style="text-align:center;" cellpadding="10" cellspacing="0" !what !Perl !Python !notes |- |array length |len(array) |$#array | |- |null type |None |undef |...")
(No difference)

Revision as of 12:25, 25 April 2011

what Perl Python notes
array length len(array) $#array
null type None undef not exactly identical