Wednesday, October 19, 2016

Programming In Class Notes October 19 2016


  • How do you find the length of a variable?
    • len(variablename)
  • How do you add a variable to a list?
    • listname.append(variablename)

No comments:

Post a Comment