Commit f202b644 by BellCodeEditor

auto save

parent f7ce6ea5
import func
list = func.bigWhite()
print(func.sum(list))
\ No newline at end of file
...@@ -19,6 +19,3 @@ def sum(price): ...@@ -19,6 +19,3 @@ def sum(price):
count = count + i count = count + i
return count return count
h = bigWhite()
print(h)
print(sum(h))
def func(a,b):
c = a+b
return 5
def func2(a,b):
c = a*b
return c
a = False or 1 or 2>4 or ""
print(a)
\ 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