Generation

generate functionSun, 16 Apr 2023

Escribir un programa que convierta grados centígrados a Celsius a Fahrenheit y viceversa

def celsius_to_fahrenheit(c): return ((c/5)*9)+32 celsius_to_fahrenheit(0)

Javascript
Generate More

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