Little knowledge base, continuously updated in ~

First, some basic cmdlets

 dir = directory view the current list of files
 cd .. back to the previous directory
 cd ../ .. return to the parent directory

Second, on the Chinese encoding

# - * - Coding: UTF-8 - * -
Print ( "China")
 
Third, set the notepad ++ shortcuts
 
Settings ---> Preferences ---> Language ----> Check replaced with spaces, tab key to automatically print 4 spaces
View ---> display symbols ---> display spaces or tabs.
 
Fourth, comments
# Single line comment
'' 'multi-line comment' ''
"" "multi-line comment" ""

Guess you like

Origin www.cnblogs.com/taotao1904/p/12056405.html