First = "tarantula"
second = ""
for i in range(len(first)-1,-1,-1):
second = first[i] + second
output??
Answers
Answered by
0
ERROR
1) indentation in wrong
2) first is not defined
If we ignore all these errors the output would be nothing as the print command is not there.
but if it was there then ans would be tarantula
Similar questions
English,
5 months ago
Math,
5 months ago
History,
10 months ago
English,
10 months ago
Computer Science,
1 year ago
Business Studies,
1 year ago