+ 1
Anyone help me to solve the problems in this code?
6 Respuestas
+ 3
hi Ujjwal Kant Mishra
1. Delete line 10
2. Outdent line 11
3. There is a parentheses on the wrong position in line 9... And you should add 12...
So change line 9 to:
return str(int(str1[:2])+12)+str1[2:-2]
should be working ;)
+ 1
You should outdent the print line as I wrote in point 2...
0
Still showing No output 😕
0
Thank you🙌