摘要: //三元运算符 public class Demo04 { public static void main(String[] args) { //X ? Y : Z //如果x为真输出Y反之输出Z //实例 很常用 int score=70; String type = score <60 ?"不及 阅读全文
posted @ 2021-09-08 21:56 时凯 阅读(51) 评论(0) 推荐(0)
摘要: Python 特点 **大数据 AI 数据分析 科学计算 自动化开发 桌面应用 游戏 * **解释型语言 runs everwhere 面向对象 高级语言 **可以面向过程编程 code print(“hello world”) 阅读全文
posted @ 2021-09-08 11:43 时凯 阅读(30) 评论(0) 推荐(0)