print()
seems to be showing output just fine.
What specifically are you looking to do? If it is make output, you’ve been successful.
What have you looked into about JupyterLite and the use of input()
? There’s a lot about that here on this forum and on StackOverflow.
Here’s some to get you started:
- Input Function Not Working - #11 by fomightez
- an answer to ‘How to use int(input()) in JupyterLite / Pyodide Kernel’)
- JupiterLab input() function not working - #2 by bollwyvl
Please read Getting good answers to your questions and reply accordingly and draft future posts with that as a guideline.