view roundup/anypy/my_input.py @ 6156:b3053fa6f3ee

Merge
author Ralf Schlatterbeck <rsc@runtux.com>
date Sat, 02 May 2020 22:24:41 +0200
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/