Computers/Language python

multiple assignment

emzei 2012. 3. 14. 16:29

Multiple Assignment :


<name1>, <name2>, ... = <Expression1>, <Expression2>, ...


'Computers > Language python' 카테고리의 다른 글

string vs. list  (0) 2012.03.14
web crawler : url 링크가 더이상 존재하지 않을 때  (0) 2012.03.14
Loops / loop  (0) 2012.03.14
if statement  (0) 2012.03.14
procedure  (0) 2012.03.14