diff options
Diffstat (limited to 'progs/a937.py')
-rw-r--r-- | progs/a937.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/a937.py b/progs/a937.py new file mode 100644 index 0000000..21c64d0 --- /dev/null +++ b/progs/a937.py @@ -0,0 +1,3 @@ +def surfacearea_cylinder(r,h):
+ surfacearea=((2*3.1415*r*r) +(2*3.1415*r*h))
+ return surfacearea
\ No newline at end of file |