摘要: 明天写 3点了,睡大觉 https://github.com/z3prover https://blog.jamiexu.cn/2022/02/25/%E3%80%90ctf%E3%80%91ctf%E7%9A%84%E4%B8%80%E6%8A%8A%E6%A2%ADz3/ https://ara 阅读全文
posted @ 2022-12-27 03:09 说芬兰语的雪 阅读(22) 评论(0) 推荐(0)
摘要: 二.Python中的循环 1.两种基础循环 while循环 for循环 2.while循环 (1).while循环的基础语法 while (条件): 条件满足时 , 做的事情1 条件满足时 , 做的事情2 条件满足时 , 做的事情3 ...(省略)... 注意 空格缩进,确定层次关系 条件必须是布尔 阅读全文
posted @ 2022-12-27 02:21 说芬兰语的雪 阅读(78) 评论(0) 推荐(0)