summaryrefslogtreecommitdiff
path: root/analyze.py
diff options
context:
space:
mode:
authorLan Hui <lanhui@zjnu.edu.cn>2022-01-16 22:57:29 +0800
committerLan Hui <lanhui@zjnu.edu.cn>2022-01-16 22:57:29 +0800
commit797ee7912da7e5148316b3deb26e8232fc94bba5 (patch)
tree3db8c235a77367d4a723d88269d447acdd6d3c60 /analyze.py
parent591a077d6c10beb22f47d766b4b151e8c6b816f5 (diff)
Be explicit that we must use Python 3x, not Python 2x
Diffstat (limited to 'analyze.py')
-rw-r--r--analyze.py2
1 files changed, 1 insertions, 1 deletions
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:
#