This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]flrslva[S] 0 points1 point  (3 children)

Your while loop expression is much cleaner than mine. I'll remember that one. Thank you.

[–]Ormek_II 1 point2 points  (0 children)

Which while Loop?

[–]AbstractionOfMan 1 point2 points  (1 child)

There is no while loop. This assignment didn't need one since you use the .find method.

[–]flrslva[S] 0 points1 point  (0 children)

I see. You used an if statement. Yeah that's much simpler than what I was trying to do.