Search posts, tags, users, and pages
Alysha Reinard
Python expert, learning new tech, new languages, new techniques
Day two is a password matching exercise. Will we use regex? Or just string manipulation? I copy over the boiler plate part of my code -- reading in the data: def read_data(): with open("day2.txt") as f: pass_db = f.read().split('\n') ...
No responses yet.