83
100
Chapter 1 Introduction Python is a beautiful language. It's easy to learn and fun, and its syntax is simple yet ele-gant. Python is a popular choice for beginners, yet still powerful enough to back some of the
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 11,204 Site Rank
  • Report Card

83
100
Terminology summary Variables have a name and are associated with a value Variable assignment is the process of associating a value with the name (use the equals sign =)
  • Safe
  • United States
  • Encrypted
  • 170 Site Rank
  • Report Card

83
100
Lists. In Python, lists are ordered collections of items that allow for easy use of a set of data. List values are placed in between square brackets [ ], separated by commas. It is good practice to put a space between the comma and the next value. The values in a list do not need to be unique (the same value can be repeated).
  • Safe
  • United States
  • Encrypted
  • 13 yrs old
  • 1,522 Site Rank
  • Report Card

See more