Python is strongly typed.
Also, just to jab at C/C++, pointers to void... really? It all but makes C/C++ a weakly typed language.
http://wiki.python.org/moin/Why%20is%20Python%20a%20dynamic%... http://www.artima.com/weblogs/viewpost.jsp?thread=7590 http://en.wikipedia.org/wiki/Duck_typing http://articles.sitepoint.com/article/typing-versus-dynamic-...