• Andrew M. Kuchling's avatar
    Modernize the code a bit: · b7878d09
    Andrew M. Kuchling authored
       use re module
       use .split() string method
    
    Doesn't use 'for line in sys.stdin'; that ends up changing its interactive
    behaviour.
    b7878d09
sortingtest.py 1.34 KB