listA=[' test 1 ', '2' test, 'test 3', 4 ' 'test,' test 5]
Assume that the user wants to add an alias to one of the elements, such as: test 1 (alias)
How should I according to the index of listing 1, record the individual elements of an alias, and output
CodePudding user response:
Don't understand the subjectCodePudding user response: