From e6d9c428066047c1d10d6083ace4df8623400e7a Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 25 Feb 2021 10:32:33 -0500 Subject: [PATCH] Update python.md --- python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python.md b/python.md index 4668674..745d54c 100644 --- a/python.md +++ b/python.md @@ -19,6 +19,10 @@ 1. Have a class inherit from another 1. Create a factory for objects +## Running files + +These notes are for python3, so use `python3 filename.py` to run your files + ## Print a message You can print a message to the user