+ 1

Anyone help me to solve the problems in this code?

https://code.sololearn.com/cUF4S3GUh8DS/?ref=app

14th Jul 2020, 7:19 PM
Ujjwal Kant Mishra
Ujjwal Kant Mishra - avatar
6 Answers
+ 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 ;)
14th Jul 2020, 7:30 PM
G B
G B - avatar
14th Jul 2020, 7:56 PM
Namit Jain
Namit Jain - avatar
+ 1
You should outdent the print line as I wrote in point 2...
14th Jul 2020, 7:45 PM
G B
G B - avatar
0
Still showing No output 😕
14th Jul 2020, 7:44 PM
Ujjwal Kant Mishra
Ujjwal Kant Mishra - avatar
0
Thank you🙌
14th Jul 2020, 7:52 PM
Ujjwal Kant Mishra
Ujjwal Kant Mishra - avatar