Commit d038d9f3 by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 8 additions and 0 deletions
s=input().split('*')
lst=[]
for i in s:
if i !=' ' :
lst.append(i)
print(len(lst[-1]))
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