Commit bbe39ccb by BellCodeEditor

auto save

parent 7c9460f8
Showing with 14 additions and 3 deletions
import func
d
\ No newline at end of file
def s(a,b):
s1=a*b
return s1
def v(s1,h):
v1=s1*h
return v1
a=3
b=4
h=5
c=(a*b)
v=(c*h)
print(c)
print(v)
\ 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