Aiden Seiler
@AidenSeiler
2
I have read in multiple locations that repl.it supports Tkinter. I have tried running this code, or even just the import lines in both normal python a
Python
RhinoRunner lowercase Tkinter to tkinter.
from Tkinter import * #wrong
from tkinter import * #correct
`2 years ago