Zihu88
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Zihu88 created a post, pyCharm pro 2019.1.3 IDE editor icon follows mouse cursor to move most of the time
I find the pycharm IDE editor icon follows mouse cursor movement almost all the time, and frequently get into selection mode. This is very obnoxious since people get distracted when they are focuse... -
-
Zihu88 created a post, pyCharm pro 2019.1.3 can't print float number of exponential notation correctly?
Hi All, Today I downloaded pyCharm Professional version 2019.1.3, and tried to the following statements: z=1.2e2 print('{:f}'.format(z)) And the code gave me the result: 1120.000000 However...