Ask coding questions
what's wrong with this code? Can someone pls tell meh!
You are using result instead of r at line 11. Change split_result = result.split(' ') to split_result = r.split(' ').
result
r
split_result = result.split(' ')
split_result = r.split(' ')
ty soo much!!!!!!!!!!!!!!! I created my own search engine now! I will ping you when I'll post it :)
@LegendaryAlpha Ping me too plz!!!
Sure! @JacobMcPherson1
@LegendaryAlpha thanks
You are using
result
instead ofr
at line 11. Changesplit_result = result.split(' ')
tosplit_result = r.split(' ')
.ty soo much!!!!!!!!!!!!!!! I created my own search engine now! I will ping you when I'll post it :)
@LegendaryAlpha Ping me too plz!!!
Sure! @JacobMcPherson1
@LegendaryAlpha thanks