Skip to content

Instantly share code, notes, and snippets.

View denstream-io's full-sized avatar
💭
Numbers don't lie

Dennis 'Lucius' Chimezie denstream-io

💭
Numbers don't lie
View GitHub Profile
@denstream-io
denstream-io / 0 functions&&variables.py
Last active September 4, 2023 15:57
HarvardX CS50 [CS50P] Problem Sets 2022
# INDOOR
input_ = input() # Prompt User for input
output = input_.lower() # Convert input to lower case
print(output) # Display output on screen
# PLAYBACK
@thegitfather
thegitfather / vanilla-js-cheatsheet.md
Last active July 16, 2024 15:33
Vanilla JavaScript Quick Reference / Cheatsheet