simplevars.py 61 B

123
  1. from __future__ import print_function
  2. x = 1
  3. print('x is:',x)