#!/usr/bin/python3 # -*- coding: utf-8 -*- while True print('Hello world'): 10 * (1 / 0) '2' + 2 Print('hello world') print 'hello world' print(hello world) hello world d = {1: 1, 2: 2} d[3] li = [1, 2, 3] li[4] f = open('nonexistantfile.txt', 'r') # Note: check BEFORE the line python whines about: if 1 == 1: print('hey' print('another')