view roundup/anypy/my_input.py @ 7435:61e42bf3e7d4

Update to change security.txt when doing new release.
author John Rouillard <rouilj@ieee.org>
date Mon, 29 May 2023 19:57:10 -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/