Question 1 - Week 1 Practice | Prasnya
Prasnya
Continue with Google
Practice path
Dashboard
Exam
Qualifier / Quiz 1
Go to subject
Programing with python
Go to chapter
Week 1
Question 1
00:00
Est. 1 min
Marks:
+3.00
0.00
Consider the following Python code. What will be the output? ``` s = "programming" print(s[::-1].replace("g", "#")) ```
Single correct
Easy Difficulty
26 October 2025
A
'#nimmarrop#'
B
'#nimmar#orp'
C
'programmin#'
D
'gnimmarropg'