Skip to content

Instantly share code, notes, and snippets.

View Python3-8's full-sized avatar

Pranav Python3-8

View GitHub Profile
@Python3-8
Python3-8 / 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 {
@Python3-8
Python3-8 / 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 {