|
73 | 73 | <link href="../site_libs/quarto-html/quarto-syntax-highlighting-81b5c3e63835cfde897ecd3d35a35a41.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
74 | 74 | <script src="../site_libs/bootstrap/bootstrap.min.js"></script> |
75 | 75 | <link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
76 | | -<link href="../site_libs/bootstrap/bootstrap-738a6274290606b9c6fcc97b8a51ffbf.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
| 76 | +<link href="../site_libs/bootstrap/bootstrap-1e70fd24aa0f1233d910dce5d2d9acb1.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
77 | 77 | <script src="../site_libs/quarto-contrib/live-runtime/live-runtime.js" type="module"></script> |
78 | 78 | <link href="../site_libs/quarto-contrib/live-runtime/live-runtime.css" rel="stylesheet"> |
79 | 79 | <script id="quarto-search-options" type="application/json">{ |
|
169 | 169 | </li> |
170 | 170 | <li class="sidebar-item"> |
171 | 171 | <div class="sidebar-item-container"> |
172 | | - <a href="../Lesson_1_Basics/Lesson_1_Student_Version.html" class="sidebar-item-text sidebar-link"><span class="chapter-title">Lesson 1 - Basic Introduction to Programming in Python : Operators and Data Types</span></a> |
| 172 | + <a href="../Lesson_1_Basics/Lesson_1_Student_Version.html" class="sidebar-item-text sidebar-link"><span class="chapter-title">Lesson 1 – Basic Introduction to Programming in Python: Operators and Data Types</span></a> |
173 | 173 | </div> |
174 | 174 | </li> |
175 | 175 | <li class="sidebar-item"> |
@@ -455,8 +455,8 @@ <h3 class="anchored" data-anchor-id="sets">Sets</h3> |
455 | 455 | <span id="cb21-2"><a href="#cb21-2" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(patient1.intersection(patient2)) <span class="co"># use intersection method</span></span> |
456 | 456 | <span id="cb21-3"><a href="#cb21-3" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(patient1 <span class="op">&</span> patient2) <span class="co"># use & operator</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
457 | 457 | <div class="cell-output cell-output-stdout"> |
458 | | -<pre><code>{'BRCA1', 'HER2'} |
459 | | -{'BRCA1', 'HER2'}</code></pre> |
| 458 | +<pre><code>{'HER2', 'BRCA1'} |
| 459 | +{'HER2', 'BRCA1'}</code></pre> |
460 | 460 | </div> |
461 | 461 | </div> |
462 | 462 | </section> |
@@ -1158,8 +1158,8 @@ <h3 class="anchored" data-anchor-id="sources-and-references">Sources and Referen |
1158 | 1158 | </script> |
1159 | 1159 | <nav class="page-navigation"> |
1160 | 1160 | <div class="nav-page nav-page-previous"> |
1161 | | - <a href="../Lesson_1_Basics/Lesson_1_Student_Version.html" class="pagination-link" aria-label="Lesson 1 - Basic Introduction to Programming in Python : Operators and Data Types"> |
1162 | | - <i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-title">Lesson 1 - Basic Introduction to Programming in Python : Operators and Data Types</span></span> |
| 1161 | + <a href="../Lesson_1_Basics/Lesson_1_Student_Version.html" class="pagination-link" aria-label="Lesson 1 – Basic Introduction to Programming in Python: Operators and Data Types"> |
| 1162 | + <i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-title">Lesson 1 – Basic Introduction to Programming in Python: Operators and Data Types</span></span> |
1163 | 1163 | </a> |
1164 | 1164 | </div> |
1165 | 1165 | <div class="nav-page nav-page-next"> |
|
0 commit comments