view roundup/anypy/my_input.py @ 7537:bdd6a6bdf97a

gratuitous commit to skip travis build. run failed. Didn't get out of the gate. Try making true an array/list. [skip travis]
author John Rouillard <rouilj@ieee.org>
date Thu, 13 Jul 2023 19:49:47 -0400
parents 4cf48ff01e04
children
line wrap: on
line source

try:
    # Python 2.
    my_input = raw_input
except NameError:
    # Python 3+.
    my_input = input

Roundup Issue Tracker: http://roundup-tracker.org/