improved user input

This commit is contained in:
Ritiek Malhotra
2016-09-28 10:18:02 +05:30
committed by GitHub
parent 0dd27311a2
commit c9859b6e19

View File

@@ -30,7 +30,7 @@ def Main():
try:
print('')
print('')
raw_song = raw_input('Enter a song/cmd: ')
raw_song = raw_input('>> Enter a song/cmd: ')
print ''
if raw_song == "exit":
exit()