# MYpython **Repository Path**: yuan-zengji/mypython ## Basic Information - **Project Name**: MYpython - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-29 - **Last Updated**: 2024-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 首先进入到在工作目录下面 git init //初始化一个.git存在 git remote add origin https://gitee.com/yuan-zengji/mypython.git //加入远程仓库 git add test.py //把要提交的文件放到git暂存区 git commit -m "这是随机生成10个八位数密码的代码" //添加注释 git push -u origin master //提交到远程a