Python: Forming Strings in Loops
Instructions
Loading...
Your exercise will be checked with these tests:
import index
def test1():
assert index.my_substr("got", 3) == "got"
assert index.my_substr("got", 2) == "go"
assert index.my_substr("got", 1) == "g"
Teacher's solution will be available in:
20:00
