Commit f3099d5b by BellCodeEditor

auto save

parent f0c715f8
Showing with 7 additions and 0 deletions
a="s123dlkjflkas123d"
n=0
for i in a:
if i.isdigit():
n+=1
print(n)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment