menu = ['home', 'demo', 'numpy', 'charts', 'repl'] for item in menu: print(f'
{item.upper()}
')
Numpy