From 797ee7912da7e5148316b3deb26e8232fc94bba5 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Sun, 16 Jan 2022 22:57:29 +0800 Subject: Be explicit that we must use Python 3x, not Python 2x --- analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'analyze.py') diff --git a/analyze.py b/analyze.py index a3096fe..6fe3191 100644 --- a/analyze.py +++ b/analyze.py @@ -4,7 +4,7 @@ # percentage, which is a measurement of students' # performance in a course. # -# Usage: python analyze.py +# Usage: python3 analyze.py # # Required files: # -- cgit v1.2.1