Sounding a beep with Python on Android?

Is there a way to sound a simple beep with a Python script running on Android? I’ve installed UserLAnd and can run scripts but can’t sound a beep. UserLAnd would be my choice as I use it for other purposes.

I also tried QPython which I’ve read should work but have also been unsuccessful. I believe using androidhelper should work but I receive “androidhelper has no attribute ‘Android’.” Can MediaPlay work with a mp3 file?

I have very little knowledge of Android and am open to preferable solutions.

I am not so familiar to Android.
On linux you have to send audio file to some device, maybe gstream or vlc.

So, you can try there method