view roundup/anypy/my_input.py @ 7689:29dba38a852a

chore: update the sha256 sum for the newest python:3-alpine image
author John Rouillard <rouilj@ieee.org>
date Mon, 30 Oct 2023 21:57:21 -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/