Generation

generate functionSat, 12 Nov 2022

find the weather

def my_weather(temp, season): ... return phrase my_weather(temp = 15, season = "winter") my_weather(15, "winter") my_weather(temp = 15, "winter") my_weather(15, season = "winter")

Want to kickstart your project?Use the new AI Studio to create your code