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.)
Comments
Leave a comment