Advertisement
teslariu

Untitled

Dec 21st, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3.  
  4. nombre = input("Por favor, ingrese su nombre: ")
  5. edad = input("Por favor, ingrese su edad: ")
  6.  
  7. print(f"Hola {nombre}, {edad} años no es nada")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement