edited many stuff

This commit is contained in:
SilicoFlare
2023-01-30 21:11:16 +05:30
committed by GitHub
parent 92ca1a41b4
commit 6bc43ab0bc
3 changed files with 1 additions and 1 deletions

View File

@@ -77,7 +77,7 @@
<center> <center>
<button class="listing" onclick="window.open('./python_cheatsheets/1_intro_to_python_cheatsheet.pdf', '_blank').focus();" type="button">Introduction to Python: Basics and Data Types</button><br><br> <button class="listing" onclick="window.open('./python_cheatsheets/1_intro_to_python_cheatsheet.pdf', '_blank').focus();" type="button">Introduction to Python: Basics and Data Types</button><br><br>
<button class="listing" onclick="window.open('./python_cheatsheets/2_operators_cheatsheet.pdf', '_blank').focus();" type="button">Operators</button><br><br> <button class="listing" onclick="window.open('./python_cheatsheets/2_operators_cheatsheet.pdf', '_blank').focus();" type="button">Operators</button><br><br>
<button class="listing" onclick="window.open('./python_cheatsheets/3_indexing_and_control.pdf', '_blank').focus();" type="button">Indexing and Control</button><br><br> <button class="listing" onclick="window.open('./python_cheatsheets/3_indexing_and_control_cheatsheet.pdf', '_blank').focus();" type="button">Indexing and Control</button><br><br>
</center> </center>
</div> </div>
</main> </main>