Printing to Tkinter Window and not to the program output box (e.g. PyCharm)

后端 未结 0 1232
[愿得一人]
[愿得一人] 2021-01-11 20:30

I am still relatively new to python.

def show_entry_fields():
    print("Insert Link/URL:  %s" % (e1.get()))

Picture: code above

相关标签:
回答
  • 消灭零回复
提交回复
热议问题