03 2022 档案
摘要:>>> print(None, None) None None >>> print(print(1), print(2)) 1 2 None None # execute two print expressions >>> var = print(1) >>> var + 4 Type Error!
阅读全文
摘要:expression >>>max(2, 3) 3 >>>min(2, 3) 2 >>>from operator import add, mul >>>add(2, 3) 5 >>>mul(2, 3) 6 >>>mul(add(2, 9), mul(3, 4)) 132 Types of Expr
阅读全文
摘要:3/14 练习记录 toprock 现在主要练律动和转圈。平衡感不是很好,以右脚为轴转老是不稳。还有以后看有教学的视频,直接看动作是真心学不会,还耽误时间。现在就是要去找教学视频了,尽量多学Sarah 和 Indian Step的一些变式。 footwork CC做的还是不好,干脆找队长吧。 现在就
阅读全文
摘要:How to download vip songs In our life, music is associated with us closely. However, sometimes we will find our favourite song needs vip, which causes
阅读全文