git add hanshu6.py 相当于在工具中接受了暂存更改
    git commit -m hanshu6.py 相当于提交更改但不写 提交原因

    git commit -m “123” hanshu6.py 相当于在工具中的提交框里输入提交原因,
    并再在工具中 输入 git push origin master