No suggestions/autocomplete for input() in py3 ?
In python3 input() only returns a string but pycharm fails to provide autocomplete or suggestions for it. Why is that ? is this a bug/missing feature or it's more complicated than that?
请先登录再写评论。