Reputation: 143
If I have such string:
link = '|link: http://www.facebook.com |'
how can I print such string with arrows?:
|link: http://www.facebook.com |
<=============================>
The length of arrow string is equal to len(link)
Upvotes: 0
Views: 27