79599293

Date: 2025-04-29 22:58:32
Score: 1
Natty:
Report link

point = '\u2022'

this is there you want the bullet to show.
e.g


from tkinter import *
tk = tkinter.TK()

lists = ['python', 'c', 'c++']
list_box = Listbox(tk, bg, fg, font,)
list_box.pack()

for list in lists:
    list_box.insert(END, f'\u2022 {list}'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Musbi