python compress and decompress string solution (#309)

* compress string solution

* decompress string solution

* style fix
This commit is contained in:
Hephzi
2022-11-07 10:58:06 +04:00
committed by GitHub
parent 066a273cd2
commit 3d161adce3
2 changed files with 42 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import random
import optparse
import os
def main():
"""Reads through README.md for question/answer pairs and adds them to a
list to randomly select from and quiz yourself.