4
MKFREY
1 6
45/ 95
Freya Donati
Last seen 1 year ago
Member for 1 year, 6 days
Difficulty Easy
Commented a forum post "How is this counted as wrong? Program works??" created by MKFREY
Update II: I'm stupid. It's return instead of print, my bad
Commented a forum post "How is this counted as wrong? Program works??" created by MKFREY
def first_word(text: str) -> str: words = list(text.partition(' ')) print(words[
def first_word(text: str) -> str: words = list(text.partition(' ')) print(word
Joined to CheckiO