Completed
Push — master ( cf35a6...401678 )
by Xianshun
01:24
created

some_text()   A

Complexity

Conditions 1

Size

Total Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 1
c 1
b 0
f 0
dl 0
loc 2
rs 10
1
def some_text():
2
    return "bed bug dad yes zoo now for tip ilk dim tag jot sob nob sky hut men egg few jay owl joy rap gig wee was wad fee tap tar dug jam all bad yet"
3
4
5
def words3():
6
    words = some_text().split(' ')
7
    return words
8