Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # tk_features.py
- import tkinter as tk
- tk_features = []
- for feature in dir(tk):
- print(feature)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement