mirror of
https://github.com/NohamR/Stream.git
synced 2025-05-23 16:28:59 +00:00
4 lines
247 B
Python
4 lines
247 B
Python
print("""<button onclick="show(1)"><h1><py-script>print (liste["1n"])</py-script></h1></button>""")
|
|
|
|
for i in range (50):
|
|
print("<button onclick=", '"show(',i, ')"', '><h1><py-script>print (liste["', i,'n"])</py-script></h1></button>', sep='') |