Skip to content

print a variable without print() function #44

@choies1

Description

@choies1

If I use a serial terminal, the following code shows the result (1)

a = 1
a 

However, if I use MicroPython-USB kernel in Jupygter notebook, I have to use the 'print()' function to display the result as follows.

a = 1
print(a) 

There is any method to display variable without print() function like normal serial terminal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions