From 440a7ad17a3f3180ec4e4ea3769f6c845f65376d Mon Sep 17 00:00:00 2001 From: Prannesh SathyaMoorthy <cb.en.u4cse16231@cb.students.amrita.edu> Date: Wed, 2 Jan 2019 12:59:29 +0530 Subject: [PATCH] Upload New File --- Prannesh16231_spherewall.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Prannesh16231_spherewall.py diff --git a/Prannesh16231_spherewall.py b/Prannesh16231_spherewall.py new file mode 100644 index 0000000..9cc85f4 --- /dev/null +++ b/Prannesh16231_spherewall.py @@ -0,0 +1,4 @@ +from vpython import * +#GlowScript 2.7 VPython +ball = sphere(pos=vector(-5,0,0), radius=3.5, color=color.blue) +wallR = box(pos=vector(6,0,0), size=vector(0.2,12,12), color=color.magenta) \ No newline at end of file -- GitLab