File: Tutorial_01_entrada_simple.py

package info (click to toggle)
sugar-pippy-activity 75-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,660 kB
  • sloc: python: 5,786; makefile: 16; sh: 6
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (2)
1
2
3
# -*- coding: utf-8 -*-
name = input('¿Cual es tu nombre?\n')
print('Hi, %s.' % name)