错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Understanding Dictionaries

  • Wallace Wang,
  • Tonnetta Walcott

摘要

Every program needs to store data and that data usually gets stored in one or more variables. However, the more data a program needs to store, the more variables you need to create. Even worse, multiple variables make it hard to know which variables might be related to one another. This is why it is important to declare variables early on and to make your program as simple as possible.