Skip to content

Commit 5c7ca08

Browse files
author
Mofan Zhou
committed
python basic 35 set
1 parent b6831ef commit 5c7ca08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/35_set.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
print(char_list.remove('d'))
2424

2525
print(char_list.difference({'a', 'e', 'i'}))
26-
print(char_list.intersection({'a', 'e', 'i'})
26+
print(char_list.intersection({'a', 'e', 'i'}))

0 commit comments

Comments
 (0)