Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tugas ke6 #2

Merged
merged 23 commits into from
Feb 2, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update gede.py
  • Loading branch information
KeziaTirza authored Jan 10, 2018
commit 2f01abc4f995ba2b4a26b241734d9e926afc7864
29 changes: 29 additions & 0 deletions gede.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,32 @@ def selectJalan(self,Jalan Setrasari Raya):
if a[1] == Jalan Setrasari Raya:
return i
i = i + 1

def selectJalan(self,Jalan Rajawali Timur):
i = 0
for a in self.sf.records():
if a[1] == Jalan Rajawali Timur:
return i
i = i + 1

def selectJalan(self,Jalan Sarimanis):
i = 0
for a in self.sf.records():
if a[1] == Jalan Sarimanis:
return i
i = i + 1

def selectJalan(self,Jalan Sari Asih):
i = 0
for a in self.sf.records():
if a[1] == Jalan Sari Asih:
return i
i = i + 1

def selectJalan(self,Jalan Cijerokaso):
i = 0
for a in self.sf.records():
if a[1] == Jalan Cijerokaso:
return i
i = i + 1