Advertisement
teslariu

primer programa

Jan 5th, 2022
1,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. # Script que pide un nombre y lo saluda
  4.  
  5. nombre = input("Ingrese su nombre: ")
  6. print("Hola " + nombre)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement