SK
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 28
- Subscriptions 6
-
Created 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... -
Created access modifier icons are missing in structure popup (IDEA 2019.2 EAP 6 27 Jun)
AnsweredAccess 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...