idle3.11 108 B

12345
  1. #!/root/android-libs/bin/python3.11
  2. from idlelib.pyshell import main
  3. if __name__ == '__main__':
  4. main()