This is the first line of my program:
def main():
country = input('\nPlease enter the country> ')
I selected the python Build, and when I click Ctrl-B it compiles fine, and tells me how long it took. Why doesn't it print the line and ask me for input?