view roundup/anypy/my_input.py @ 7520:ffca9208445d

Fix reference to python-dev The package has dash in the middle. Also use single quotes and literal font.
author John Rouillard <rouilj@ieee.org>
date Tue, 04 Jul 2023 23:24:34 -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/