Forum: Python
12-30-2011, 12:10 AM
|
|
Replies: 1
Views: 1,910
stuck with python, please advise
so im trying to make it so that pressing enter without inputting any value, will break the loop, however, an empty string can be used because of
for i in range(len(x_str_array)):
x[i] =...
|