← All examples Greeting Python Input/Output input → print Flowchart (ISO 5807) Flowchart Structogram StartInput nameOutput "Привіт, " + nameEndFigure 1 — greet Fit width 100% Fullscreen Source code def greet(): name = input("Ім'я: ") print("Привіт, " + name) Open in the editor 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