Sumit S.

asked • 10/09/18

Write a program script that traverses through an input string and prints its characters in different lines -- two characters in a line

 this is from python programming

Rummy B.

string=input("Enter your string:") for a in range(2): for b in range(1,3): print(string,end=' ') print()
Report

11/04/18

1 Expert Answer

By:

Eddie B. answered • 03/20/19

Tutor
5 (3)

Purdue University student studying computer engineering

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.