Python variable names are case-sensitive, and you can't use certain Python keywords (such as if, else, while, def, or, and, not, in, and is, for starters) as variable names.
Python 变量名是区分大小写的,并且您不能使用特定的 Python 关键字(比如 if、else、while、def、or、and、not、in 和 is 开始符)作为变量名。
You must precede all options (unless otherwise noted) with either a dash (-) or a slash (/). The options are not case sensitive. Therefore, the following options are all identical: -d /d -D /D.
你必须在每一个选项前面添加”-“或”/”,除非有其它的说明。选项是不区分大小写的,因此,以下两组命令是相同的:-d /d -D /D。
Please do not use Spaces or punctuation. Usernames are case sensitive.
请不要使用空格或标点符号。用户名是不区分大小写的。
应用推荐