用户工具

站点工具


challenge:4

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

challenge:4 [2011/01/28 02:55] (当前版本)
行 1: 行 1:
 +====== Python Challenge 第四关:linkedlist ======
 +
 +===== 题目 ​ =====
 +<code html>
 +<​body>​
 +<!-- urllib may help. DON'T TRY ALL NOTHINGS, since it will never 
 +end. 400 times is more than enough. -->
 +<​center>​
 +<a href="​linkedlist.php?​nothing=12345"><​img src="​chainsaw.jpg"​ border="​0"/></​a>​
 +<​br><​br><​font color="​gold"></​center>​
 +Solutions to previous levels: <a href="​http://​wiki.pythonchallenge.com/"/>​Python Challenge wiki</​a>​.
 +<​br><​br>​
 +
 +IRC: irc.freenode.net #​pythonchallenge
 +</​body>​
 +</​code>​
 +
 +题目的意思是根据 %% linkedlist.php?​nothing=12345 %% 的结果得到一个linkedlist。
 +
 +发现Python Challenge读题很重要,有些时候题目并不难,难的事要明白题目的意思,发现自己和老外的思路还是对不上号。
 +
 +===== 解答 =====
 +
 +
  
challenge/4.txt · 最后更改: 2011/01/28 02:55 (外部编辑)