6
matdibobe
1 10
145/ 195
Mathew yangang
Last seen 4 years ago
Member for 5 years, 4 months, 2 days
Difficulty Normal
Python Student

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