09 2020 档案

摘要:In the past,I try to install oh my zsh in my wsl(windows sub-linux) sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh 阅读全文
posted @ 2020-09-06 15:08 _OscarLi 阅读(499) 评论(0) 推荐(0) 编辑
摘要:Branching and iteration Strings concatenate the strings hi = "hellothere" name = "ana" oscar = hi + name print(oscar) ppi = hi+" "+name print(ppi) hel 阅读全文
posted @ 2020-09-02 17:05 _OscarLi 阅读(130) 评论(0) 推荐(0) 编辑