1. What will be the output of the following program snippet? str =""aNDarIeL"" nstr = "" "" fori in range(len(str)): ifstr[i].isupper(): nstr=nstr+str[i].lower() else: nstr=nstr+str[i].upper() print(nstr)
Answers
Answered by
1
Answer:
NOIDA: The Noida Authority will extend its urban area by building six new sectors off the Noida-Greater Noida Expressway and has expedited work on acquiring land from villagers. It has constituted a taskforce to take over 362 acres for the proposed expansion
Answered by
0
AndARiEl is the answer.
Similar questions