Untitled
user_6477607
python
a year ago
189 B
8
Indexable
def aumentar_volume(): print('aumentando volume') def diminuir_volume(): print('diminuindo volume') from ProcessamentoDeAudio import * aumentar_volume() diminuir_volume()
Editor is loading...
Leave a Comment