Sanjay

- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 25
- Subscriptions 6
-
-
-
Sanjay created a post, Invalid input when pasting any text with newline in PyCharm console
Consider this simple function: def test(): x = int(input()) y = int(input()) print(x, y)test() Run above with PyCharm's python console, it'll ask for input,paste below input in pycharm con... -
Sanjay commented, -
Sanjay created a post, Answeredaccess modifier icons are missing in structure popup (IDEA 2019.2 EAP 6 27 Jun)
Access modifier icons (Lock icons which identifies whether member is public private or protected...) are missing in Intellij IDEA 2019.2 EAP Please see the below screenshots for IDEA 2019.2 EAP and...