QuackatronHQ / Gigarepo

Expected 2 blank lines FLK-E302
Style
Minor
1 occurrence in this check
expected 2 blank lines, found 1
 2
 3import math
 4
 5def main(): 6    while True:
 7        try:
 8            string = input("> ")