摘要:# 查看 Python 版本 $ python3 --version # 查看安装的pip版本 $ python3 -m pip --version # 通过 pip 命令安装 Python 扩展库 python3 -m pip install numpy python3 -m pip instal
阅读全文
posted @ 2023-03-06 15:27
搜索随笔分类 (82)最新评论
|
03 2023 档案
摘要:# 查看 Python 版本 $ python3 --version # 查看安装的pip版本 $ python3 -m pip --version # 通过 pip 命令安装 Python 扩展库 python3 -m pip install numpy python3 -m pip instal
阅读全文
posted @ 2023-03-06 15:27
摘要:// // main.c // test_c1 // // Created by ZXTIGER on 2023/3/4. // #include <stdio.h> int main(int argc, const char * argv[]) { // 1. 求最大公约数(普通方法) // in
阅读全文
posted @ 2023-03-04 18:58
|
|
Powered by:
|