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
Add an example of .split() since it's probably very useful for Q4.
Add rstrip() since it removes newlines automatically, otherwise, they have to do string.strip("\n")
The text was updated successfully, but these errors were encountered:
Add an example of
.split()
since it's probably very useful for Q4.Add
rstrip()
since it removes newlines automatically, otherwise, they have to do string.strip("\n")The text was updated successfully, but these errors were encountered: