File: Tutorial_01_simple_input.py

package info (click to toggle)
sugar-pippy-activity 76-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,664 kB
  • sloc: python: 5,860; makefile: 16; sh: 1
file content (3 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (2)
1
2
3

name = input('What is your name?\n')
print('Hi, %s.' % name)