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