Skip to content

Instantly share code, notes, and snippets.

View ItsFaynn's full-sized avatar
🎯
Focusing

Faynn ItsFaynn

🎯
Focusing
View GitHub Profile
@ItsFaynn
ItsFaynn / gist:aafada539b0c9ddfcd70f0c87e2ee8e9
Created July 21, 2021 14:09
Missing Numbers HackerRank python3 solution
# Faynn
#!/bin/python3
import math
import os
import random
import re
import sys
from collections import Counter
#