ungleich-learning-circle/balazs/python-the-hard-way/ex40/mystuff.py

9 lines
164 B
Python

#mystuff = {'apple': "I AM APPLES!"}
#print(mystuff['apple'])
def apple():
print("I AM APPLES!")
# just a variable
tangerine = "Living refleciton of a dream"