Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 522 Bytes

worksheet2.md

File metadata and controls

47 lines (26 loc) · 522 Bytes

Resource Name

Short description of the resource

The First Step

First we'll do X.

  1. First do A

  2. Then do B

  3. Now do C in code:

    print("Hello world")

    In Python the print function is something

  4. Now do D

  5. Now do X

Now we have X

The Next Step

Now we've done X, we'll do Y.

  1. First do A

  2. Then do B

  3. Now do C in code:

    print("Hello world")

    In Python the print function is something

  4. Now do D

  5. Now do Y

Now we have X and Y