|
269 | 269 |
|
270 | 270 | /* Warning */
|
271 | 271 | </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 | + |
272 | 275 | </head>
|
273 | 276 |
|
274 | 277 | <body>
|
@@ -475,7 +478,7 @@ <h4 id="for-loop"><code>for</code> Loop</h4>
|
475 | 478 | print(number)
|
476 | 479 | time.sleep(.1)</code></pre>
|
477 | 480 | <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> |
479 | 482 | <h4 id="while-loop"><code>while</code> Loop</h4>
|
480 | 483 | <p>The while loop runs the code while something stays true. You would put <code>while <expression></code>. Every
|
481 | 484 | 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>
|
551 | 554 | r("these random.randint's are getting annoying to type")
|
552 | 555 | r('Hi')
|
553 | 556 | r('j')</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" |
555 | 558 | src="https://storage.googleapis.com/replit/images/1539906570970_88961cdd6d7c76c15c92cd79307dbb06.pn" /></a></p>
|
556 | 559 | <h2 id="chapter-01---getting-ready-with-python">Chapter 01 - Getting Ready with Python</h2>
|
557 | 560 | <h3 id="installing-python-3-and-launching-python-shell">Installing Python 3, And Launching Python Shell</h3>
|
|
0 commit comments