Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Lucian
Total activity
8
Last activity
October 14, 2019 15:08
Member since
October 14, 2019 09:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
October 14, 2019 15:08
This last answer opened my eyes. I can't believe I didn't noticed before: I was not importing from __future__ O: Using Python 2 with PyCharm without importing from __future__ will cause that, for...
Community
PyCharm
Space between print and round brackets
0 votes
Edited
October 14, 2019 14:24
In Python 3 it's normal. The fact is that, at least for now, I must use Python 2. I insist because in a previous version, while still using Python 2, the "problem" was not present. I use "print()" ...
Community
PyCharm
Space between print and round brackets
0 votes
Created
October 14, 2019 14:02
Using the code within a new project, it's strange, but the problem is still there. Can be Python 2.7 ? Can you please create a new project, test if print() works well and pass me the settings fil...
Community
PyCharm
Space between print and round brackets
0 votes
Edited
October 14, 2019 13:38
A simple Python 2.7 project. Just plain code for now, no particular modules or plugins. I would like to add that, by pressing Ctr+Alt+L to auto-format code, it put a whitespace between function nam...
Community
PyCharm
Space between print and round brackets
0 votes
Edited
October 14, 2019 12:54
Deleted .idea folder, restarted PyCharm but still whitespace. I think I will create a new project by now and copy all the code.
Community
PyCharm
Space between print and round brackets
0 votes
Edited
October 14, 2019 12:31
Hi Using 2019.2.3 version. Starting the way you mentioned was the first thing I did. Still whitespace between "print" and "()". By the way, I just created a new project and the IDE returned to it's...
Community
PyCharm
Space between print and round brackets
0 votes