Answer to Question #59977 in Python for fahad awan

Question #59977
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.)
1
Expert's answer
2016-05-16T07:41:36-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS