5 lines
109 B
Python
5 lines
109 B
Python
def apple():
|
|
print("I AM APPLES!")
|
|
|
|
# this is just a variable
|
|
tangerine = "Living reflection of a dream"
|