Here is the code:
def myfirst_yoursecond(p,q): a = p.find(" ") b = q.find(" ") str_p = p[0:a] str_q = p[b+1:] if str_p == str_q: res
This error also occurs if you have a block with no statements in it
For example:
def my_function(): for i in range(1,10): def say_hello(): return "hello"
Notice that the for block is empty. You can use the pass statement if you want to test the remaining code in the module.
for