I just run the code below on my Linux machine but it gives me a traceback saying os has no attribute 'startfile'
$python3
import os
os.startfile('speech.mp3')
I just run the code below on my Linux machine but it gives me a traceback saying os has no attribute 'startfile'
$python3
import os
os.startfile('speech.mp3')