karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.66k stars 10.53k forks source link

Fix time.py #27

Closed davidyen1124 closed 10 years ago

davidyen1124 commented 10 years ago

The regular expression for retrieving time is not working.

karan commented 10 years ago

This is the output I get from the change:

The time in Seattle, Washington, United States is 10:44:10AM

And this is what I get from the original code:

The time in Seattle, Washington, United States is 10:44:58 AM

Can you tell me what errors you get from my code?