digraph g { Start [shape=box]; End [shape=box]; f [label=y_in = b
f (a, b)
b = x_out>] Start -> "a = 10" -> "b = 20" -> f -> "print(a)" -> End; }