Share
enumerate string initial iterator
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Enumerate “I speak Python.”
Set initial iterator to 1.
Answer ( 1 )
ob=enumerate(s,1)
print(list(ob))