File: multiple.pycon

package info (click to toggle)
markdown-exec 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 460 kB
  • sloc: python: 1,111; sh: 84; makefile: 50
file content (6 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
>>> name = "Baron"
>>> print(name)
Baron
>>> age = "???"
>>> print(age)
???