This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
میخوام توی توییتر یه چیزی رو تست کنم. | |
میخوام بنویسم: | |
دوباره میخوام فیلم کلوزآپ اصغر فرهادی رو ببینم. | |
ولی در واقع فیلم کلوزآپ مال کیارستمیه. | |
میخوام ببینم میتونم ایمپرشن بگیرم یا نه 😂 | |
این پیام رو هم میذارم اینجا که بعدا ازش اسکرینشات بگیرم که فردا نگن نمیدونست. | |
خلاصه تو شاهدی که من میدونستم. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import requests | |
API_KEY = '56089c32e32b8b6edcf7b93636cb4fa9' | |
def weather_parse(result): | |
print( | |
f" Status: {result['weather'][0]['description']}\n", |