Question: Complete the code so that the program makes the expected output. Use no more than one word in the blank. Expected output: adam_smith for ch
Complete the code so that the program makes the expected output. Use no more than one word in the blank.
Expected output: adam_smith
for ch in "adam_smith@openedg.org":
if ch == "@":
_________
print(ch, end="")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
