摘要:
from random import random from time import perf_counter import time from tqdm import tqdm scale = 50 print("执行开始".center(scale//2, "-")) start = time. 阅读全文
posted @ 2020-12-14 19:18
gsy1121
阅读(93)
评论(0)
推荐(0)
摘要:
import numpy as np ls1 = [10, 42, 0, -17, 30] nd1 =np.array(ls1) print(nd1) print(type(nd1)) import scipy import numpy as np from scipy import linalg 阅读全文
posted @ 2020-12-14 19:17
gsy1121
阅读(71)
评论(0)
推荐(0)
摘要:
from random import random def printInfo(): # 打印程序介绍信息 print('这个程序模拟两个选手A和B的某种竞技比赛') print('程序运行需要A和B的能力值(以0到1之间的小数表示)') def getInputs(): # 获得程序运行参数 a 阅读全文
posted @ 2020-12-14 19:09
gsy1121
阅读(55)
评论(0)
推荐(0)
摘要:
html = '''<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> </head> <body> <h1>我的第一个标题</h1> <p id="first">我的第一个段落。< 阅读全文
posted @ 2020-12-14 14:14
gsy1121
阅读(63)
评论(0)
推荐(0)

浙公网安备 33010602011771号