www.pythonchallenge.com/pc/def/peak.htmlのソースは次のとおりです。
<html>
<head>
<title>peak hell</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
<center>
<img src="peakhell.jpg"/>
<br><font color="#c0c0ff">
pronounce it
<br>
<peakhell src="banner.p"/>
</body>
</html>
<!-- peak hell sounds familiar ? -->
Firefoxでwww.pythonchallenge.com/pc/def/banner.p
右クリックしbanner.p
て選択すると、URL()を取得できます。copy link location
Pythonのみを使用してこのURLを取得するにはどうすればよいですか?