Quote:
Originally Posted by MrGraham Don't understand why '<' + word*5 + '>' works but '<'word*5'>' does not. |
iirc '<'word*5'>' and '<' word*5 '>' are two separate things also. python reads spaces where as other programing languages do not. That's iirc don't forget. Been a while since I have tried to learn it.