• matdibobe's Activity

Commented a forum post "Between Markers" created by matdibobe
result = text.find(begin) return result
Commented a forum post "Between Markers" created by matdibobe
So it's returning 8 and an assertion error result = text.find(begin) return result
Commented a forum post "Between Markers" created by matdibobe
def between_markers(text: str, begin: str, end: str) -> str: """ returns substring betwe
Commented a forum post "Between Markers" created by matdibobe
I am fairly new in this program. You want me to send you the link? I only know how to copy and paste
Commented a forum post "Between Markers" created by matdibobe
I have this code, but I am having an attribute error, not sure what the problem is between_markers.f
Commented a forum post "Between Markers" created by matdibobe
Thanks let me check
Commented a forum post "Between Markers" created by matdibobe
Thanks alot
Commented a forum post "Between Markers" created by matdibobe
Thank you very much
Commented a forum post "Between Markers" created by matdibobe
That's what I am trying to figure out. I'm not sure which string method it is
Created a forum post "Between Markers"
Any help of how to tackle this one?
Commented a forum post "Not sure how to solve this;" created by matdibobe
Thank you very much @HeNeArKr
Created a forum post "Not sure how to solve this;"
def checkio(numbers_array: tuple) -> list: result = sorted(numbers_array, key=abs(range(number
def checkio(numbers_array: tuple) -> list: result = sorted([numbers_array], key=lambda x:abs(x
Commented a forum post "Even last, code not passing" created by matdibobe
Ok, I see thanks . I was missing to check for an empty array. It works now
Commented a forum post "Even last, code not passing" created by matdibobe
I tried that but still having an index error
Created a forum post "Even last, code not passing"
def checkio(array): """ sums even-indexes elements and multiply at the last """
Created a forum post "home password"
I am new to this website, how do I get started with the password challenge or where do I start in ge