![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Think about how string concatination works. -poof #10 |
| That means the range is from 1 to 7 if friedOkra is 6 -Albert d'Heurle |
what does keke= ' ' do?
| there is not a space between the apostrophes used for keke. Amanda Bennett |
there isn't one there. when you put 2 apostrophes together, it might appear to be a space...but if you check...it really isn't. Do you notice the difference between ''and ' '? The reason that is there is to define keke to be a string. It's sort of like when you count the number of JPGs in your homework 4, you'll start with jpg=0. It's just initializing the variable so that you can add more to it later. Amanda Bennett |