Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. global winSeqs ; if len(winSeqs) == 0: makeWinSeqs(boardSize)
  2.  
  3. > A simple statement is comprised within a single logical line. Several
  4. > simple statements may occur on a single line separated by semicolons.
  5. > The syntax for simple statements is:
  6. >
  7. > simple_stmt ::= expression_stmt
  8. > | assert_stmt
  9. > | assignment_stmt
  10. ...
  11. > | global_stmt
  12. > | nonlocal_stmt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement