pydoc3
interactive high-level object-oriented language (default python3 version)
RUN apt-get update && \
apt-get install -y python3
RUN apt-get update && \
apt-get install -y python3
RUN apk add python
RUN pacman -S --noconfirm python
RUN apt-get update && \
apt-get install -y python3
RUN yum install -y python
RUN dnf install -y python3
RUN apt-get update && \
apt-get install -y python3