Deepak kumar
Results
1
comments of
Deepak kumar
st="abacd" len1=len(st) count=0 for i in range (0,len1): ch=st[i] if(ch=='a') : count= count+1 Print(count)