摘要: **Do you know the hippo-like creature above? He is Moomin, created by the Finnish writer and artist Tove Jansson. The first Moomin book was published 阅读全文
posted @ 2026-07-09 22:10 云小兮 阅读(2) 评论(0) 推荐(0)
摘要: Do you know the hippo-like creature above?He is Moomin,created by thenFinnish writer and artist Tove Jansson.The first Moomins book was published 80 y 阅读全文
posted @ 2026-07-09 17:15 云小兮 阅读(1) 评论(0) 推荐(0)
摘要: 忠告: 说话要考虑对方的感受,要以柔和,微笑的口吻来和对方说话,对方才会满足你的要求,这就是语言的艺术 每天自觉的刷牙,因为人的一生只有一次换牙的机会,如果不爱惜牙齿,就会像姥爷和爷爷一样,只剩下半口牙,无法吃东西 每天睡觉前要洗脚洗脸,睡觉的床要保持干净,因为在床上睡八个小时,细菌和病毒容易上身 阅读全文
posted @ 2026-06-30 17:08 云小兮 阅读(3) 评论(0) 推荐(0)
摘要: 序号 英语单词 单词解释 1 actor 演员 2 balanced 均衡的;平衡的 3 awful 糟糕的,讨厌的 阅读全文
posted @ 2025-05-10 16:05 云小兮 阅读(22) 评论(0) 推荐(0)
摘要: 题目: \[\begin{cases} 2x+2y+z=4\\ 2x+y+2z=7\\ x+2y+2z=-6 \end{cases} \] 由方程一可得:5x+5y+5z=5 由方程一,二可得:x+2y=2z=-6 由方程一,二,三可得:3x+y+z=29+2x+4y+2z 所以,答案为: x=10 阅读全文
posted @ 2024-09-17 13:25 云小兮 阅读(60) 评论(0) 推荐(0)
摘要: 首先打开typora软件, 然后选择Paragraph 段落,选择Math Block 数学公式,快捷键:ctrl+shirt+M 输入如下代码: 点击查看代码 $$ \begin{cases} 3x + 5y + z \\ 7x - 2y + 4z \\ -6x + 3y + 2z\\ \end{ 阅读全文
posted @ 2024-09-17 12:50 云小兮 阅读(152) 评论(0) 推荐(0)
摘要: 考题: \[\begin{cases}\frac{x+1}{3}=2y\\2(x+1)-y =11\end{cases} \]解答: 由方程1得到: x+1 =6y 由方程2得到: 2x-y =9 方程1乘以2得到: 2x-12y=-2 上面两公式相减得到 y=1 将y=1代入第一个算式,得到 x= 阅读全文
posted @ 2024-09-17 12:27 云小兮 阅读(56) 评论(0) 推荐(0)
摘要: name=input("""请输入名字:""") print(name) 阅读全文
posted @ 2024-09-16 22:05 云小兮 阅读(145) 评论(0) 推荐(0)
摘要: 这是python代码,求面积和周长 long = input("请输入长度的值,要求是正整数:") l = int(long) width=input("请输入宽的值,要求是正整数:") w= int(width) print("面积等于长乘以宽") print("周长等于长加宽的和乘二") pri 阅读全文
posted @ 2024-09-16 22:00 云小兮 阅读(279) 评论(0) 推荐(0)
摘要: 这是python代码,求面积和周长 long = input("请输入长度的值,要求是正整数:") l = int(long) width=input("请输入宽的值,要求是正整数:") w= int(width) print("面积等于长乘以宽") print("周长等于长加宽的和乘二") pri 阅读全文
posted @ 2024-09-16 21:40 云小兮 阅读(185) 评论(0) 推荐(0)