Q1Single correct3 Marks26 Oct 2025Consider the following Python code. What will be the output? ``` s = "programming" print(s[::-1].replace("g", "#")) ```A'#nimmarrop#'B'#nimmar#orp'C'programmin#'D'gnimmarropg'