Hi,
I'm having trouble just printing particular strings out of a sentence.
<h1>hi my name is</h1>
if i just want the program to print out
<h1>
</h1>
and ignoring the text in between, how would i do that?
i have tried converting everything to ascii and printing within the range, but that doesn't exactly work. :/
thanks!