Keybase proof
I hereby claim:
- I am leahbannon on github.
- I am leahbannon (https://keybase.io/leahbannon) on keybase.
- I have a public key ASBVVKyzAhpbF3uqtRtVWAoUgqZv1DNx9zownbt0N10uZQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<style> | |
a { | |
color: #333; | |
} | |
a:hover { | |
color: #3399cc; | |
} | |
</style> |
def makeSand(haspb, hasjelly, slicesofbread): | |
breadneeded = 2.0 | |
if haspb == True: #have peanut butter | |
numofsand = slicesofbread/breadneeded #calculate number of sandwich I can make from bread | |
sandtype = "peanut butter" #set default sandwich type | |
if hasjelly == True: #have jelly too | |
sandtype = "peanut butter and jelly" #set sandwich type to include jelly | |
#start counting number of sandwiches I can make |
<p>This is a paragrah. <strong>Now it's bold.</strong></p> |