difference() {
    // Outer sphere (the ball)
    sphere(r=30);
    
    // Inner sphere (hollow part)
    sphere(r=28);
}