# pythonstudy **Repository Path**: ordinary-world3/pythonstudy ## Basic Information - **Project Name**: pythonstudy - **Description**: python网课学习——上课代码工程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-30 - **Last Updated**: 2026-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: 学习 ## README # Python 学习项目 这是一个简单的 Python 学习示例项目,用于展示 Python 函数的基本用法。 ## 项目简介 本项目包含一个基础的 Python 函数 `print_hi`,用于演示如何在 Python 中定义和调用函数。 ## 功能说明 - `print_hi(name)` - 向指定的名字打印问候语 ## 使用方法 直接运行 `main.py` 文件: ```bash python main.py ``` 或者在 Python 环境中导入使用: ```python from main import print_hi print_hi("World") ``` ## 环境要求 - Python 3.x ## 许可证 MIT License