# print the training images 'shape' property (60000, 28, 28) -> len=60000 each frame or index is a multidimensional array of 28x28 (pixels) #print the length of training lables, this should match the ...
#Write a program that takes the radius of a sphere (a floating-point number) as input, and then outputs the sphere's diameter, circumference, surface area, and volume ...