摘要: Assignment 3.3Write a program to prompt for a score between 0.0 and 1.0. If the score is out of range, print an error. If the score is between 0.0 and 阅读全文
posted @ 2022-09-04 21:31 continentliang 阅读(32) 评论(0) 推荐(0)
摘要: **3.1 Conditional Execution** ProblemWrite a program to prompt the user for hours and rate per hour using input to compute gross pay. Pay the hourly r 阅读全文
posted @ 2022-09-04 19:25 continentliang 阅读(26) 评论(0) 推荐(0)
摘要: python 命令:dir、、展示文件内容 cd desktop、、定位desktop(可替换) 电脑打开command prompt 阅读全文
posted @ 2022-09-04 18:16 continentliang 阅读(8) 评论(0) 推荐(0)
摘要: 3.1conditional statements 条件执行语句 if if x==5://结尾是: 阅读全文
posted @ 2022-09-04 18:15 continentliang 阅读(16) 评论(0) 推荐(0)