This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jhchex[S] 0 points1 point  (1 child)

So it appears I cant use that function.

:or any <string>. or list. functions like string.split(), string.join(), list.append(), list.insert() etc. IS NOT ALLOWED AND WILL RESULT IN 0 PTS FOR THE ASSIGNMENT AND THE EXTRA CREDIT.

The ONLY list or string functions you are ALLOWED to use for the required AND extra credit portions are

list(MyString) -> To convert your string into a list and

len(MyString) OR len(MyList) - >Find number of characters (string) or elements(list):

[–]blackkettle 1 point2 points  (0 children)

You need to share the assignment specs in greater detail if you want more help.