menu = ['home', 'demo', 'numpy', 'charts', 'repl'] for item in menu: print(f'
{item.upper()}
')
Testing PyScript 🐍
This is the repository of pyscript studies which is python for browsers.