index=0
def prstr(s):
global index
for x in s:
print("Subscript[",index,"]:",x)
index+=1
prstr("Velpari")
Answers
Answered by
0
Answer:
R you have any questions or concerns please visit the plug-in settings
Similar questions