Skip to content

Instantly share code, notes, and snippets.

View ExploiTR's full-sized avatar
🔥
Curiosity on FIRE!

Pratim Majumder ExploiTR

🔥
Curiosity on FIRE!
View GitHub Profile
@ExploiTR
ExploiTR / hlw.py
Created November 3, 2023 16:04
hello world but it's 2023
from string import ascii_lowercase
from time import sleep
green_text = "\033[92m"
target = "hello world"
ttp = " "
index = 0