Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 3 additions & 4 deletions StateCap.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,16 @@
'Wyoming' : 'Cheyenne',
}


def capital_of_Idaho():
# Your code here
Print ()
pass

def all_states():
# Your code here
pass

def all_capitals():
# Your code here
print(STATES_CAPITALS)
pass

def states_capitals_string():
Expand Down Expand Up @@ -115,4 +114,4 @@ def main():


if __name__ == '__main__':
sys.exit(main())
sys.exit(main())
1 change: 0 additions & 1 deletion strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ def main():

if __name__ == '__main__':
main()