1
0
forked from tdwojak/Python2017

task03 passed

This commit is contained in:
Ewelina 2017-11-26 21:57:09 +01:00
parent c9b8a28f10
commit 117bd4cb90
2 changed files with 10 additions and 1 deletions

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -13,7 +13,10 @@ jak 'set', która przechowuje elementy bez powtórzeń.)
def oov(text, vocab):
pass
text = text.split(" ")
return(set(text) - set(vocab))