added operators

This commit is contained in:
SilicoFlare
2023-01-28 22:53:12 +05:30
committed by GitHub
parent 4159f102b1
commit 99829af32c
2 changed files with 2 additions and 1 deletions

View File

@@ -75,7 +75,8 @@
<div class="content">
<br><br>
<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>
<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>
</center>
</div>
</main>

Binary file not shown.