8
headdie89
3 9
259/ 345
Sander ???
Last seen 9 months ago
Member for 5 years, 3 months, 27 days
Difficulty Normal
a Dutch guy try to learn coding.

Didn't like mission "Ground for the House"
Find the area of the ground which you need to build the house.
Commented a forum post "What is worng here." created by headdie89
got it :). if len(data) <= 10: return False is ... wrong .. if len(data) < 10: return False no
Created a forum post "What is worng here."
def checkio(data: str) -> bool: x = [] y = (1,2,3,4) if len(data) <= 10: ret
Didn't like mission "First Word"
Find the first word in a string
Didn't like mission "First Word (simplified)"
Find the first word in a string