Python Forum
Help with Python&Pycharm BUG
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Python&Pycharm BUG
#4
(Dec-23-2019, 07:58 AM)buran Wrote: you are writing in a IDE and the file in which you write is beginner.py. given the extension (py) it detects that what you type in that particular file should be python code. I really don't understand what else you expect...
If you want to just write plain text (e.g. like a comment or doc string), either make it a comment (using #, or enclose it in quotes).

This is NOT how it should work.
Please watch the video if you haven't..
If I write.. "Hello what if this is a document" <-- This text won't do anything... When I try this in a IDE it won't simply show this.
What happens now is that "Hello what if this is a document" will turn the IF word into a statement automatically.
Which result in a syntax of course.
The IDE shouldn't convert the word if into a statement unless you asking it to..
Does that make sense to you?

I've been using this program for weeks now, since I'm learning still. This has nothing to do with the .py.
This issue started yesterday, I think I've accidently pressing something.. I don't know...
Reply


Messages In This Thread
Help with Python&Pycharm BUG - by randomhorse - Dec-23-2019, 05:45 AM
RE: Help with Python&Pycharm BUG - by Malt - Dec-23-2019, 06:43 AM
RE: Help with Python&Pycharm BUG - by buran - Dec-23-2019, 07:58 AM
RE: Help with Python&Pycharm BUG - by randomhorse - Dec-23-2019, 08:32 AM
RE: Help with Python&Pycharm BUG - by buran - Dec-23-2019, 08:45 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't update new python version on Pycharm GOKUUUU 6 3,973 Jul-23-2022, 09:24 PM
Last Post: GOKUUUU
  How to use GPU in Python or Pycharm? plumberpy 2 13,594 Oct-11-2021, 12:57 PM
Last Post: plumberpy
  Cannot install tensorflow, numpy etc in Pycharm with Python 3.10 plumberpy 2 3,470 Oct-07-2021, 05:33 AM
Last Post: plumberpy
  Python Program Runs in Pycharm but not in Terminal Vbhardwaj2383 2 3,347 Apr-06-2020, 04:41 PM
Last Post: Vbhardwaj2383
  Cant run command python in PyCharm, but it works in cmd LevG0r 1 2,865 Sep-09-2018, 06:21 PM
Last Post: Axel_Erfurt
  python turtle module in pycharm error sajley 2 13,148 Dec-12-2016, 08:52 PM
Last Post: sajley

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020