def weather_condition(): print("The weather is pleasant in:",spring) print("The weather is the same in:",autumn) spring= "Autumn" autumn= spring weather_condition()
To embed this project on your website, copy the following code and paste it into your website's HTML: