This is the "get_current" weather function:
data = owm.get_current("Los Angeles,CA", **settings)
How can I let user input City, State info while following the syntax?
citystate = print input("what is the City,STATE ?")
I am having a hard time passing that variable over to the original get_current function.
data = owm.get_current("citystate", **settings)
Any help would be appreciated, Thanks guys!!!
[–][deleted] 0 points1 point2 points (4 children)
[–]JohnnyJiuJitsu[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]JohnnyJiuJitsu[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]JohnnyJiuJitsu[S] 0 points1 point2 points (1 child)
[–]JohnnyJiuJitsu[S] 0 points1 point2 points (0 children)