Skip to content

Commit 1b420fa

Browse files
committed
<embed
1 parent 5eafa22 commit 1b420fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@
269269

270270
/* Warning */
271271
</style>
272+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
273+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
274+
272275
</head>
273276

274277
<body>
@@ -475,7 +478,7 @@ <h4 id="for-loop"><code>for</code> Loop</h4>
475478
print(number)
476479
time.sleep(.1)</code></pre>
477480
<p><a href="https://storage.googleapis.com/replit/images/1539649280875_37d22e6d49e8e8fbc453631def345387.pn"><embed
478-
src="https://storage.googleapis.com/replit/images/1539649280875_37d22e6d49e8e8fbc453631def345387.pn" /></a></p>
481+
height="1000px" width="900px" src="https://storage.googleapis.com/replit/images/1539649280875_37d22e6d49e8e8fbc453631def345387.pn" /></a></p>
479482
<h4 id="while-loop"><code>while</code> Loop</h4>
480483
<p>The while loop runs the code while something stays true. You would put <code>while &lt;expression&gt;</code>. Every
481484
time the loop runs, it evaluates if the expression is True. It it is, it runs the code, if not it continues outside
@@ -551,7 +554,7 @@ <h4 id="while-loop"><code>while</code> Loop</h4>
551554
r(&quot;these random.randint&#39;s are getting annoying to type&quot;)
552555
r(&#39;Hi&#39;)
553556
r(&#39;j&#39;)</code></pre>
554-
<p><a href="https://storage.googleapis.com/replit/images/1539906570970_88961cdd6d7c76c15c92cd79307dbb06.pn"><embed
557+
<p><a href="https://storage.googleapis.com/replit/images/1539906570970_88961cdd6d7c76c15c92cd79307dbb06.pn"><embed height="1000px" width="900px"
555558
src="https://storage.googleapis.com/replit/images/1539906570970_88961cdd6d7c76c15c92cd79307dbb06.pn" /></a></p>
556559
<h2 id="chapter-01---getting-ready-with-python">Chapter 01 - Getting Ready with Python</h2>
557560
<h3 id="installing-python-3-and-launching-python-shell">Installing Python 3, And Launching Python Shell</h3>

0 commit comments

Comments
 (0)