Skip to content

Instantly share code, notes, and snippets.

View khoaoaoaoa's full-sized avatar
🎯
Focusing

khoaoaoaoa khoaoaoaoa

🎯
Focusing
View GitHub Profile
import csv
import sys
def main():
# TODO: Check for command-line usage
if len(sys.argv) != 3:
print("Invalid number of arguments")
return 1