摘要: 2020-2021-1 20201224 《信息安全专业导论》第九周学习总结 作业信息 这个作业属于哪个课程 (https://edu.cnblogs.com/campus/besti/2020-2021-1fois)) 这个作业要求在哪里 (https://www.cnblogs.com/roce 阅读全文
posted @ 2020-11-29 19:25 20201224吴卓航 阅读(97) 评论(0) 推荐(0) 编辑
摘要: #运行代码: import random 四则运算 def t(): sym = ['+', '-', '×', '÷'] f= random.randint(0, 3) n1 = random.randint(1, 20) n2 = random.randint(1, 20) result = 0 阅读全文
posted @ 2020-11-29 19:24 20201224吴卓航 阅读(61) 评论(0) 推荐(0) 编辑
摘要: #修改部分: 方块颜色,游戏框大小,游戏选项提示语 阅读全文
posted @ 2020-11-29 19:23 20201224吴卓航 阅读(39) 评论(0) 推荐(0) 编辑
摘要: #1.最受欢迎的编程语言top50是哪些编程语言? #2.这50种编程语言的编程泛型: 命令式:FORTRAN、C++、BASIC 面向过程:C、Fortran、COBOL 面向对象:python、Java、PHP、go、Objective-C、C# 声明式:SQL 函数式:Haskell、F#、l 阅读全文
posted @ 2020-11-29 19:20 20201224吴卓航 阅读(87) 评论(0) 推荐(0) 编辑