摘要:
代码学习学习 1.运行界面 2.修改 1.下落速度 2.行列格数 3.名称 3.代码 #coding=utf-8 from tkinter import * from random import * import threading from tkinter.messagebox import sh 阅读全文
摘要:
1.代码 import random def t(): sym = ['+', '-', '×', '÷'] f= random.randint(0, 3) n1 = random.randint(1, 20) n2 = random.randint(1, 20) result = 0 if f== 阅读全文
摘要:
作业信息 这个作业属于哪个课程https://edu.cnblogs.com/campus/besti/2020-2021-1fois/ 这个作业要求在哪里 https://www.cnblogs.com/rocedu/p/9577842.html#WEEK07 这个作业的目标 <学习第十、十一章, 阅读全文
摘要:
2020最受欢迎的编程语言前五十名 1 C2 Python3 Java4 C++5 C#6 Visual Basic7 JavaScript8 PHP9 R10 SQL11 Groovy12 Perl13 Go14 Swift15 Ruby16 Assembly language17 MATLAB1 阅读全文