Use this website to solve the problem http://cscircles.cemc.uwaterloo.ca/5-input/#pybox2
Coding Exercise: Echo
Write a program that reads one line of input, and prints out that same line two times. For example, if the input is Echo the output should be
Echo
Echo
Fix the broken sample solution given below. (Or, delete the whole sample solution and start from scratch.)
ask = input('Pleas input something: ')
print(ask)
print(ask)
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
Python