print("Below is a block of code inside of a function!")
def my_function():
print("This is inside of the function")
my_variable = 10
print("All of this makes up the my_function block of code!")
print("This is not part of that block of code inside the function.")
print("We can tell because of the indentation!")
print "Below is a block of code inside of a function!"
def my function):
print "This is inside of the function
my_variable = 10
print "All of this makes up the my_function block of code!"
print "This is not part of that block of code inside the function." print
"We can tell because of the indentation!"
Write this as a block-based code
1 answer