Projet5/Exercice1/index.py
2024-07-19 19:57:09 -07:00

3 lines
77 B
Python

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