rombik.
Open editor
← All examples

Celsius to Fahrenheit

Python Input/Output

formula + output

Flowchart (ISO 5807)

StartInput cf = c * 9 / 5 + 32Output fEndFigure 1 — to_fahrenheit

Source code

def to_fahrenheit():
    c = float(input())
    f = c * 9 / 5 + 32
    print(f)

Next

  • All flowcharts for Python
  • All example flowcharts
  • How to make a flowchart from code
  • Flowchart to the standard: full guide
  • Flowchart for coursework
  • Nassi-Shneiderman structograms

Code to flowchart by language

PythonJavaScriptTypeScriptCC++C#JavaGoPHPPascal

© 2026 rombik — flowcharts per ISO 5807.

Built by Олексій Одарчук (ishawyha)

Service provided by Nadiia Odarchuk, Individual Entrepreneur (FOP)

How it works Guides Gallery Structograms Telegram bot Editor API
About Offer Privacy
Telegram channel Support