Skip to content

Instantly share code, notes, and snippets.

View ananthulasrikar's full-sized avatar
:octocat:

SrikarAnanthula ananthulasrikar

:octocat:
View GitHub Profile
@ananthulasrikar
ananthulasrikar / keybase.md
Created October 18, 2016 17:35
Keybase.io verification

Keybase proof

I hereby claim:

  • I am ananthulasrikar on github.
  • I am ananthulasrikar (https://keybase.io/ananthulasrikar) on keybase.
  • I have a public key whose fingerprint is 4ED6 7C60 4607 0D53 E1B1 8C45 A1EB 0911 3B88 4825

To claim this, I am signing this object:

import sys
salesTotal = 0.0
oldKey = None
dummy_Data=["Miami 12.34","Miami 99.07","Miami 55.07","NYC 88.97","NYC 33.56"]
for line in dummy_Data:
data = line.strip().split(" ")
if len(data) != 2:
# Something has gone wrong. Skip this line.
continue