17.3. Using the Split Function¶

The split function does exactly that. It takes as input the character to split on, then returns a list with pieces. The pieces can then be indexed.

Try running this program.

Before you keep reading...

Runestone Academy can only continue if we get support from individuals like you. As a student you are well aware of the high cost of textbooks. Our mission is to provide great books to you for free, but we ask that you consider a $10 donation, more if you can or less if $10 is a burden.

The code below is the first activecode modified to use the split function to assign the values to the variables.

This makes it easy to change all of the data, by changing only one line as shown below.

Write code to print out the phone number without the area code using the ‘’split’’ function.

Show Comments

Note

Discuss topics in this section with classmates.

Show Comments
You have attempted 1 of 8 activities on this page