Resolved: Is this bad looking code qualify as correct answer for Q2?? I think it works
user = input("Please enter any word of your choice \n >>")
for i in range(-1,len(user)*-1-1,-1):
print(user[i],end="")
2 answers ( 1 marked as helpful)
Hey Hosam,
Thank you for reaching out and for sharing your code.
This indeed qualifies as another way of solving the practical challenge. Well done!
Kind regards,
365 Hristina
Thanks alot I thought I was Stupid after seeing the correct answer by the Instructor