Skip to content

Commit

Permalink
Modificatons to Chapter 12 after edit pass
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyRobMiles committed Oct 2, 2017
1 parent 88138ac commit 6b574db
Show file tree
Hide file tree
Showing 62 changed files with 4 additions and 79 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EG12-07 Lamdba Example
# EG12-04 Lamdba Example

# Create a list of numbers
numbers = [1,2,3,4,5,6,7,8]
Expand Down
33 changes: 0 additions & 33 deletions Ch 12 Python applications/EG12-04 Methods in classes.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EG12-08 Test contact generator
# EG12-05 Test contact generator

class Contact:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EG12-09 Aribitrary Arguments
# EG12-06 Aribitrary Arguments

def add_function(*values):
total = 0
Expand Down
31 changes: 0 additions & 31 deletions Ch 12 Python applications/EG12-06 Pickling people.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EG12-10 Using a BTCImport function
# EG12-07 Using a BTCImport function

import BTCInput

Expand Down

0 comments on commit 6b574db

Please sign in to comment.