SGHey!! I am a new grad, and I am slowly getting in to the software industry. What are some domains in the software industry that needs serious development, and at the same time, if developed properly would impact the lives of millions?Comment路Thread路May 16, 2020路I'm Angie Jones. Senior Developer Advocate. Ask me Anything! 馃憢
SGIt's pretty simple actually. Let's say you have a list L length = len(L) for i in range(length): value = L[i] # Do that ever you want to do # end of for loopComment路Thread路May 8, 2020路How can I access the index and value in a Python for loop?