Mostly Linux & Python syntax notes and hyperlinks.
>def testf(foo="blah"): ... print foo ... >testf("hi there") hi there >testf() blah
No comments:
Post a Comment