PD: I want to show you a picture but I don't know how to do that, so, can any of you run this program and tell me the request I need please?

Code: Select all
\documentclass[12pt,letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{tikz}
\usetikzlibrary{shadings}
\pagestyle{empty}
\usepackage[left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry}
\begin{document}
\begin{tikzpicture}
\draw [shading=ball, ball color=red] (0,1.498) circle (2.3cm); %pic [behind path]
\draw (-2.295,1.35) arc (180:360:2.295 and 1);
\filldraw[opaque, black, fill=white, line width=1pt] (0, 0.35) circle (0.22cm);
\end{tikzpicture}
\end{document}