a = 3; b = 5; print(a, b)if (a == 1 and b == 2 and
    c == 3 and d == 4):  # Не забываем про двоеточие
      print('spam' * 3)if x > y: print(x)# Это комментарий
print "Hello, Python" # И это комментарийname = 'wasd'
description = "Some text"
biography = """ Some long text for few 
                      lines of code """total = item1 + \
          item2 + \
          item3