Skip to content

Instantly share code, notes, and snippets.

@rockyburt
Created April 9, 2022 14:13
Show Gist options
  • Save rockyburt/1e0b430c20ae26206ba6041cab0b1cb9 to your computer and use it in GitHub Desktop.
Save rockyburt/1e0b430c20ae26206ba6041cab0b1cb9 to your computer and use it in GitHub Desktop.

Full CyCle Data

Block 1

Test 1

>>> val = 1
>>> val
1

Test 2

>>> assert 2 == 2

Block 2

Test 3

>>> assert 3 == 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment