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
阅读全文
摘要:Branching and iteration Strings concatenate the strings hi = "hellothere" name = "ana" oscar = hi + name print(oscar) ppi = hi+" "+name print(ppi) hel
阅读全文