Skip to content

Instantly share code, notes, and snippets.

View prawnydagrate's full-sized avatar
♟️
chessing

Pranav prawnydagrate

♟️
chessing
View GitHub Profile
@prawnydagrate
prawnydagrate / if-elif-else-practice.html
Created December 18, 2020 19:41
This is the If, Elif, and Else Statements Practice HTML document that I created. It is featured in my YouTube video If, Elif, and Else Statements in Python. You can use this doc to practice these statements.
<!DOCTYPE html>
<html>
<head>
<title>If, Elif, and Else Statements in Python</title>
<style>
table,
td,
th,
input {
@prawnydagrate
prawnydagrate / bitwise-ops-practice.htm
Last active November 26, 2020 08:16
This is the Bitwise Operators Practice HTML document that I created. It is featured in my YouTube video Bitwise Operators in Python. You can use this doc to practice bitwise operators.
<!DOCTYPE html>
<html>
<head>
<title>Bitwise Operators in Python</title>
<style>
table,
td,
th,
input {