We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4390fc7 commit fec7ec2Copy full SHA for fec7ec2
weather_request.py
@@ -0,0 +1,9 @@
1
+api_key = "2d76fdaa7e7b3f369a9010894092ada4"
2
+url = "https://api.openweathermap.org/data/2.5/weather"
3
+
4
+city = input("Put your link")
5
6
+params = {
7
+ "IPs":api_key,S
8
+ }
9
+request.get(url,city)
0 commit comments