File: Tutorial_01_entrada_simple.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-- 87 bytes parent folder | download | duplicates (2)
1
2
3
# -*- coding: utf-8 -*-
name = input('¿Cual es tu nombre?\n')
print('Hi, %s.' % name)