Projet5/Exercice1/main.py
2024-07-19 20:18:48 -07:00

3 lines
77 B
Python

name = input("Entrez votre nom : ")
age = int(input("Entrez votre âge : "))