Skip to content

Python Programming

:material-circle-edit-outline: 约 34 个字

by Examples

# grade_statistics.py

#!/usr/bin/env python3: Hash-Bang (or She-Bang) for specifying the path of the Python Interpreter

# -*- coding: UTF-8 -*- (Line 2, optional) specifies the source encoding scheme for saving the source file.