Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105806

Re: Interpretation

Newsgroups comp.lang.python
Date 2016-03-26 20:22 -0700
References <mailman.22.1458986332.28225.python-list@python.org>
Message-ID <d4bc11c2-e8b9-42f7-a3ff-11b609df1bfa@googlegroups.com> (permalink)
Subject Re: Interpretation
From "Mario R. Osorio" <nimbiotics@gmail.com>

Show all headers | View raw


On Saturday, March 26, 2016 at 5:59:04 AM UTC-4, Dennis Ngeno wrote:
> My programs have never combile, they keep telling me , systax error even
> after copy pasting

No pun intended, but I hope you are not typing your code like you typed your message.

OTOH, python code is not supposed to be compiled.

Another tip: If you really are copying and pasting, I'd recommend you first paste the code to the text editor of your like and MAKE SURE YOU ARE NOT MIXING SPACES AND TAB CHARACTERS FOR INDENTATION PURPOSES.

Use either, or but do not mix them, specially not on the same line. IMHO, it is best to always use spaces, but some people do prefer tabs.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Interpretation Dennis Ngeno <dennisngeno7@gmail.com> - 2016-03-25 09:33 -0700
  Re: Interpretation "Mario R. Osorio" <nimbiotics@gmail.com> - 2016-03-26 20:22 -0700
    Re: Interpretation Ben Finney <ben+python@benfinney.id.au> - 2016-03-27 14:35 +1100
    Re: Interpretation Steven D'Aprano <steve@pearwood.info> - 2016-03-27 14:45 +1100
  Re: Interpretation Steven D'Aprano <steve@pearwood.info> - 2016-03-27 14:49 +1100

csiph-web