I am trying to make it so that when someone types in an int it will play a short sound. How can I do this? Sorry if this question is nooby, I recently started python.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by ninjagecko, Makoto, casperOne♦ Jun 21 '12 at 12:24
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
Less robustly:
|
|||||
|
|
The bell character as mentioned in the link below will solve your problem. You ought to trigger this when your condition suffices. |
|||
|
|
|
Depends on exactly what you're looking for. As for Input: Either
or
Here, As for Playing a Sound: Either
or Here, some external library. |
||||
|
|