嗨我想下載PyUserInput,我用pip下載它,並沒有錯誤。當我嘗試將它導入到文件中時,給我一個我不明白的錯誤。我對python和pip有一個基本的瞭解。任何幫助都會很感激。我粘貼了下面的錯誤。 Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from pymouse im
import re
big_string = "Some random //words to [email protected]@ out //[email protected]@ code with"
array = []
x = [m.start() for m in re.finditer('//', big_string)]
y = [n.start() for n in re.f