Commit 5145de09 by BellCodeEditor

save project

parent d9c826d4
Showing with 8 additions and 2 deletions
......@@ -16,5 +16,11 @@ def sb():
print('-'*30)
print(md)
return md
def mbd(nmbd):
bch=0
for sjb in nmbd:
bch=bch+sjb
return bch
nmd = sb()
print(nmd)
\ No newline at end of file
fb=mbd(nmd)
print(fb)
\ 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