5
regulatory.darsan
2 12
109/ 145
Saratha Venkadesh
Last seen 3 years ago
Member for 3 years, 2 months, 19 days
Difficulty Normal
Commented a forum post "problem with code" created by regulatory.darsan
Wow Phil, thanks for the clear and explained solution for the problem. Now I understand why it doese
Created a forum post "problem with code"
def beginning_zeros(x): count = 0 for letters in x: if letters == '0': count += 1 else
Followed veky
 
Liked mission "All Upper I"
Are all symbols in upper case?