about the ';'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Penny Y.

    about the ';'

    I saw many python programmers add a ';' at the end of each line.
    As good style, should or should not we do coding with that?

    Thanks.

  • Dan Bishop

    #2
    Re: about the ';'

    On Apr 13, 10:33 pm, "Penny Y." <pyli...@arcor. dewrote:
    I saw many python programmers add a ';' at the end of each line.
    As good style, should or should not we do coding with that?
    That's just because their fingers are stuck in C mode. The
    recommended style is NOT to use unnecessary semicolons.

    Comment

    • Benjamin

      #3
      Re: about the ';'

      On Apr 13, 10:33 pm, "Penny Y." <pyli...@arcor. dewrote:
      I saw many python programmers add a ';' at the end of each line.
      As good style, should or should not we do coding with that?
      Where did you see that?
      >
      Thanks.

      Comment

      Working...