Question: have I done anything wrong here ? 1 #your code goes here 2 input (*** hello ***) 3 print(input) py Test Case #1 Input hello

1 #your code goes here 2 input ("*** hello ***") 3 print(input) py Test Case #1 Input hello Your Output *** hello *** Expected Output *** hello ***
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
