摘要: String.format(); System.out.printf(); System.out.format() 阅读全文
posted @ 2020-05-27 11:02 profesor 阅读(285) 评论(0) 推荐(0) 编辑
摘要: JAVA: import static java.lang.System.out; public class Ternary { public static void main(String[] args) { int a = 4, b = 5; out.println(++a == b-- ? a 阅读全文
posted @ 2020-05-27 09:45 profesor 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 体会宏的定义方法 阅读全文
posted @ 2020-05-27 09:31 profesor 阅读(1311) 评论(0) 推荐(0) 编辑
摘要: Python ONE-LINER LIST COMPREHENSION 阅读全文
posted @ 2020-05-27 08:41 profesor 阅读(195) 评论(0) 推荐(0) 编辑