Anna Sofia Lippolis

Results 16 comments of Anna Sofia Lippolis

![diagram](https://user-images.githubusercontent.com/25482210/48487606-04fb2c00-e81f-11e8-9df3-b692112fa720.jpg) I also thought- not sure about that, though-: if the two objects are numbers: ![diagramuu](https://user-images.githubusercontent.com/25482210/48488169-696abb00-e820-11e8-8629-0cad233719d8.jpg)

1. Painting portraying something you see in real life 2. Taking pictures Common features: - You choose what to include and what not to in your creations; - You need...

“Spam” not in “spa span sparql” = T Not (“egg”>”span”)= F T and F = F

``` list_hp = list () list_hp.append("Draco") list_hp.append("Harry") list_hp.append("Hermione") list_hp.append("Ron") list_hp.append("Severus") print(list_hp) ["Draco", "Harry", "Hermione", "Ron", "Severus"] ``` I don't see in the pdf where the .sort method is, and how...

Not true or false and true= false and true= false Not (false)= true True or false= true

def test_(, expected): result = () if result == expected: return True else: return False def (): If word1 in bib_entry: return 1 If word 2 in bib_entry: return 1...