MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / word

Function word

DemoPrograms/Demo_Table_Checkmark.py:40–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39# ------ Some functions to help generate data for the table ------
40def word():
41 return ''.join(random.choice(string.ascii_lowercase) for i in range(10))
42def number(max_val=1000):
43 return random.randint(0, max_val)
44

Callers 1

make_tableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected