![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| What does len(c) do? -Blake O'Hare |
| Yes. It tells you how long a string is |
| how many values are there in list1? - Albert d'Heurle |
| No. -Blake O'Hare |
| Yes. -Blake O'Hare |
| how many times do we add 1 to value? -Albert d'Heurle |
| the range function is exclusive for the second number. the second number is basically the stopping condition. it executes for 1, 2, 3, 4, and 5, and then it says "are we at 6? yes, don't execute the loop and move to the next thing" -poof #10 |