def foo(message):
  print("Message: {}".format(message))
def foo(message):
  print("Message: {}".format(message))
def foo(message):
  print("Message: {}".format(message))
def foo(message):
  print("Message: {}".format(message))

#somewhere in another function foo(“Hello World!")

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

bar
a = 5

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

bar
a = 5
b = 10

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

bar
a = 5
b = 10
c = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

bar
a = 5
b = 10
c = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

foo
output = 10
long_message = True

def main():
  x = 5
  y = 10
  z = 8
  bar(x, y, z)
  foo(y, True)

def foo(output, long_message): if long_message: print(“The value was {}".format(output)) else: print(“Val: {}".format(output))

def bar(a, b, c): print("{}, {}, {}".format(a, b, c))

main guard

if name == “main": main()

Variables

main
x = 5
y = 10
z = 8

foo
output = 10
long_message = True

"/js/highlight.pack.js"