This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
wisejohn
/
buildtool
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
91b50992a4
Branchit
Tagit
master
buildtool
/
windows
/
tools
/
bin
/
idle
idle
102 B
Historia
Raaka
1
2
3
4
5
#!/usr/bin/env python3.10.exe
from idlelib.pyshell import main
if __name__ == '__main__':
main()