You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
785 B
HTML
26 lines
785 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
|
|
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<title> A Letter Tree </title>
|
|
|
|
|
|
<h1> A Letter Tree </h1>
|
|
<body>
|
|
<div id="console-embed"></div>
|
|
|
|
<!-- adjust trinket iframe style> <-->
|
|
<iframe src="https://trinket.io/embed/python3/3e17f35d95?start=result" width="100%" height="600" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
|
|
<div>Layout created by recursive process:
|
|
<img src="fig_18_1.png">
|
|
Source: Metamagical Themas, pt4, Structure and strangeness.
|
|
</div>
|
|
</body>
|
|
|
|
</body>
|
|
</html> |