Tag Archives: file access

Input from the Command Line and Files with Python 3

Introduction So far we’ve been covering how to print messages to the console. This is useful for displaying information to your user and logging what is happening in your program. Sometimes you need to receive input from the user as well. Again we will revisit the example of a video game. Last time we made … Continue reading Input from the Command Line and Files with Python 3 →