• Thanks, but I get errors in both :(

    Please enter the callsign: A30
    Traceback (most recent call last):
    File "stations.py", line 10, in

    for row in stations:
    

    ValueError: I/O operation on closed file.

    Please enter the callsign: A30
    Traceback (most recent call last):
    File "stations.py", line 5, in

    for row in stations:
    

    ValueError: I/O operation on closed file.

  • This is great and makes sense...

    now time to play with it ... progress!

    print ("{0}".format(*row)+" is the callsign given to {1}".format(*row)+" which is in the {2}".format(*row)+" Area")
    
About

Avatar for BCarley @BCarley started