#Exercise 1.1 from Langtangen's book result = 1+1 print(f'1+1 = {result}') #Always include an example like this ("kj?reeksempel") in mandatory assignments: """ Terminal> python 1plus1.py 1+1 = 2 """