Hel*_*024 5 python autocomplete pycharm python-3.x
我最近安装了 Python 3.5.2,然后是 PyCharm (IDE),但智能感知或自动完成在我的 Windows 10 中不起作用。
# Method 1: intellisense or auto-complete not working for below
city = input("Enter your City \n")
print(city)
print(city.) *#<<<--- here not working when put a "." after "city"* variable
Run Code Online (Sandbox Code Playgroud)

...但惊讶地发现它与以下代码一起工作正常:
myCity = "New York City"
print(myCity.upper())
Run Code Online (Sandbox Code Playgroud)

| 归档时间: |
|
| 查看次数: |
11745 次 |
| 最近记录: |