Write python program that ask the user to enter his/her name and display every other two letters of the inputted name downward. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Write python program that ask the user to enter his/her name and display every other two letters of the inputted name downward.

Write python program that ask the user to enter his/her name and display every other two letters of the inputted name downward. Sample Output: Enter your name: Jose_Rizal Output: Jo se _R iz al

5th Nov 2021, 9:59 AM
Caeflor Sayon
1 Answer
+ 2
If a string is just a list of characters how can you use indexing to print certain items from a list?
5th Nov 2021, 10:06 AM
Slick
Slick - avatar