samasattari2004 / python-1

0 stars 0 forks source link

Python #1

Open samasattari2004 opened 2 months ago

samasattari2004 commented 2 months ago

Import winsound From random import randint

Def creatmusic(): count = 5 while count > 0: winsound.Beep(randint(50, 2000),randint(100, 1000))) count -= 1 Creatmusic()

Nandini1071 commented 2 months ago

Hi @samasattari2004 is this issue still open, if yes then what is the requirement would like to contribute on this.