You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very often programs handle data. This data must be stored somewhere for the duration of program execution -- creating a new variable for each piece of data would be very laborous and make the code hard to understand.
10
+
In this part we have taken the first steps towards effective data management: by using lists and arrays we can store almost unlimited amounts of data for the duration of program execution.
11
+
We have also practiced string handling and splitting strings into smaller substrings.
0 commit comments