diff --git a/Exercice1/index.py b/Exercice1/index.py new file mode 100644 index 0000000..dbdf263 --- /dev/null +++ b/Exercice1/index.py @@ -0,0 +1,2 @@ +name = input("Entrez votre nom : ") +age = int(input("Entrez votre âge : "))