What is the word Symbol mean in PyCharm?
Answered
Maybe it's a silly question. I have seen a lot of 'symbol' in PyCharm and PyCharm documentation, such as 'create symbol' or 'search symbol', but what is it mean?
Please sign in to leave a comment.
Hi Grey Li! I believe it means "variable or class or function", in other words some Python object in your code.
Thanks!