4 lines
97 B
Text
4 lines
97 B
Text
a: ["John" "Bob" "Mary" "Serena"]
|
|
b: ["Jim" "Mary" "John" "Bob"]
|
|
|
|
print difference.symmetric a b
|