Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / python3.8-examples   deb

Repository URL to install this package:

/ usr / share / doc / python3.8 / examples / scripts / idle3

#! /usr/bin/python3.8

from idlelib.pyshell import main
if __name__ == '__main__':
    main()