If I use a serial terminal, the following code shows the result (1)
However, if I use MicroPython-USB kernel in Jupygter notebook, I have to use the 'print()' function to display the result as follows.
There is any method to display variable without print() function like normal serial terminal.
If I use a serial terminal, the following code shows the result (1)
However, if I use MicroPython-USB kernel in Jupygter notebook, I have to use the 'print()' function to display the result as follows.
There is any method to display variable without print() function like normal serial terminal.