Donut Shaped Object

How can I draw donut shaped 2D object using GL_TRIANGLE_STRIP?

Use paper and a pen and try first to draw it manually, you will see that it easy. Then read some good Opengl tutorial and translate it to an opengl program.

Thanks. Very helpful.