提交 1e0421c8 编写于 作者: 6 6357b01e78a0a92e2999ac16

update

上级 a09d3faf
# -*- coding: utf-8 -*-
# __ author:Jack
# date: 2022-11-21
import numpy as np
def show_test():
x = np.array([[1,2,3],[4,5,6]])
print(x)
print("=====")
y = np.expand_dims(x,axis=1)
print(y)
if __name__=='__main__':
show_test()
\ No newline at end of file
autoOpen: true
apps:
- port: 9527
command: pip --version
command: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple & pip config set install.trusted-host https://pypi.tuna.tsinghua.edu.cn & pip install -r requirements.txt
root: /ide/workspace/1024opensource
name: py-test
description: py-test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册