# Python **Repository Path**: fisherpau/Python ## Basic Information - **Project Name**: Python - **Description**: Python练习脚本 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2021-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python Python练习脚本 自学Python的一些练习脚本 总结: (#!/usr/bin/python 是用来说明脚本语言是python的) (# -*- coding: UTF-8 -*- 是用来指定文件编码为utf-8的)