diff --git a/Prannesh16231_spherewall.py b/Prannesh16231_spherewall.py new file mode 100644 index 0000000000000000000000000000000000000000..9cc85f4fc16440c367a7a4baa097cb855c21b41a --- /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