Using only the modules that come with a standard python 2.6 installation, would it be possible to play a simple beeping noise?
On Android with QPython this is how it goes:
import androidhelper droid=androidhelper.Android() droid.generateDtmTones('0',100)