view roundup/anypy/my_input.py @ 8565:792eb77554fb

doc: fixed a short header marker.
author John Rouillard <rouilj@ieee.org>
date Thu, 09 Apr 2026 00:16:52 -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/