How can I print letters down below
I don’t know how can I program this. I tried to do it but I know only opposite direction. This is what I program >Solution : You can implement your own backwards counter with range. zip that with the original string and you have your count. >>> text = "ahoj" >>> for i, c in… Read More How can I print letters down below