-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwalkthru-pc.html
69 lines (67 loc) · 3.75 KB
/
walkthru-pc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Python Challenge Walkthrough</title>
<link href="jingyue-homepage.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9733576-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="all">
<!--
<a href="http://www.pythonchallenge.com">
<img class="logo" src="images/pythonchallenge.jpg" alt="Python Challenge" title="Python Challenge" />
</a>
-->
<div class="newline"></div>
<h1>The Python Challenge Walkthrough</h1>
<div class="resume">
<div class="header">Entry of Each Level</div>
<div class="content">
<ul>
<li>0: <span class="hidden">http://www.pythonchallenge.com/pc/def/0.html</span></li>
<li>1: <span class="hidden">http://www.pythonchallenge.com/pc/def/map.html</span></li>
<li>2: <span class="hidden">http://www.pythonchallenge.com/pc/def/ocr.html</span></li>
<li>3: <span class="hidden">http://www.pythonchallenge.com/pc/def/equality.html</span></li>
<li>4: <span class="hidden">http://www.pythonchallenge.com/pc/def/linkedlist.php</span></li>
<li>5: <span class="hidden">http://www.pythonchallenge.com/pc/def/peak.html</span></li>
<li>6: <span class="hidden">http://www.pythonchallenge.com/pc/def/channel.html</span></li>
<li>7: <span class="hidden">http://www.pythonchallenge.com/pc/def/oxygen.html</span></li>
<li>8: <span class="hidden">http://www.pythonchallenge.com/pc/def/integrity.html</span></li>
<li>9: <span class="hidden">http://www.pythonchallenge.com/pc/return/good.html huge:file</span></li>
<li>10: <span class="hidden">http://www.pythonchallenge.com/pc/return/bull.html</span></li>
<li>11: <span class="hidden">http://www.pythonchallenge.com/pc/return/5808.html</span></li>
<li>12: <span class="hidden">http://www.pythonchallenge.com/pc/return/evil.html</span></li>
<li>13: <span class="hidden">http://www.pythonchallenge.com/pc/return/disproportional.html</span></li>
<li>14: <span class="hidden">http://www.pythonchallenge.com/pc/return/italy.html</span></li>
<li>15: <span class="hidden">http://www.pythonchallenge.com/pc/return/uzi.html</span></li>
<li>16: <span class="hidden">http://www.pythonchallenge.com/pc/return/mozart.html</span></li>
<li>17: <span class="hidden">http://www.pythonchallenge.com/pc/return/romance.html</span></li>
<li>18: <span class="hidden">http://www.pythonchallenge.com/pc/return/balloons.html</span></li>
<li>19: <span class="hidden">http://www.pythonchallenge.com/pc/hex/bin.html butter:fly</span></li>
<li>20: <span class="hidden">http://www.pythonchallenge.com/pc/hex/idiot2.html</span></li>
<li>To be continued...</li>
</ul>
<p>
<a href="http://wiki.pythonchallenge.com/index.php?title=Main_Page">How to see solutions?</a>
</p>
</div>
</div>
<div class="footer">
<p>
<a href="index.html">Back to Homepage</a>
</p>
</div>
<div class="newline"></div>
</div>
</body>
</html>