Generation

generate functionThu, 23 Feb 2023

use Fetch to access api.weather.com to get today's forcast

import requests def get_weather_forcast(zipcode): return requests.get(f'http://api.weather.com/api/{zipcode}')

Javascript
Generate More

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