-1

Just wondering, I have a for loop in IDL I am looking to convert. I have in IDL:

if ... then begin

I'm thinking this is just equivalent to

if ...:

In python, with the colon being then "then begin" command...

Just looking for confirmation on this, if I am correct.

SecretAgentMan
  • 2,856
  • 7
  • 21
  • 41

1 Answers1

1

You are absolutely right. Is that enough confirmation?

zondo
  • 19,901
  • 8
  • 44
  • 83
  • Excellent. I was a little unsure as to exactly how that converted. (I'm new to python). –  Feb 14 '16 at 13:26