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