11 lines
136 B
Python
11 lines
136 B
Python
from tkinter import *
|
|
from tkinter import messagebox
|
|
import subprocess
|
|
import os
|
|
import webbrowser
|
|
import json
|
|
|
|
|
|
i=[]
|
|
i = i+[1]
|
|
print(i) |