Skip to content

Instantly share code, notes, and snippets.

@ivanjx
Created September 23, 2019 11:58
Show Gist options
  • Save ivanjx/2374078fbc1c1ca0ab4812d0b02a472e to your computer and use it in GitHub Desktop.
Save ivanjx/2374078fbc1c1ca0ab4812d0b02a472e to your computer and use it in GitHub Desktop.
# Konversi ke Fahrenheit.
fahrenheit = celcius * 9 / 5 + 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment