• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _module-pw_web-python-shell:
2
3============
4Python shell
5============
6The Python shell is a repl (read eval print loop) component, that can interact
7with your devices and the log viewer.
8
9------------------------
10Input keyboard shortcuts
11------------------------
12-  Type code and hit :kbd:`Enter` to run.
13-  :kbd:`Shift+Enter` to create mult-line commands.
14-  :kbd:`Up` / :kbd:`Down` Navigate command history.
15