-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathindex.html
44 lines (37 loc) · 1.62 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Boston Python Puzzles</title>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<h1>Puzzles!</h1>
<p>These puzzles were written (mostly) by John Bohannon for
<a href="http://bostonpython.com">Boston Python</a> project nights.</p>
<ul>
<li><a href='poetry.html'>Python Poetry</a></li>
<li><a href='hotdate.html'>A Hot Date With itertools</a></li>
<li><a href='stringtheory.html'>String Theory</a></li>
<li><a href='phonenumbers.html'>Phone Numbers</a></li>
<li><a href='minigolf.html'>Mini-Golf</a></li>
<li><a href='pigolf.html'>Pi-Golf</a></li>
<li><a href='hexwords.html'>Hex Words</a></li>
<li><a href='cardtricks.html'>Python Card Tricks</a></li>
<li><a href='blockparty.html'>Block Party</a></li>
<li><a href='lock.html'>Letter Lock Picking</a></li>
<li><a href='labybox.html'>Laby Box</a></li>
<li><a href='hinomaru.html'>Hinomaru</a></li>
<li><a href='wealth.html'>Redistribute the Wealth</a></li>
<li><a href='extreme.html'>Extreme Verbal Arithmetic</a></li>
<li><a href='mirror.html'>A is for Anaconda</a></li>
<li><a href='riddle.html'>Python Riddle</a></li>
<li><a href='collatz.html'>The Collatz Dash</a></li>
</ul>
<p>Other puzzles we like:</p>
<ul>
<li><a href="puddle.html">Twitter Puddle</a>:
this puzzle was (supposedly) created by the annoying job interviewers at Twitter,
but it is a really nice puzzle nonetheless.</li>
</ul>
<h2>Solutions</h2>
<p>Some puzzles have links to members' solutions at the end. If you'd like
to have a solution posted, see the <a href="solutions.html">Solutions page</a>.</p>