From 4dd5e4ea4da44ef35f2a9312704eb9c6f9f47441 Mon Sep 17 00:00:00 2001 From: PeterGuek <76177881+PeterGuek@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:57:09 -0700 Subject: [PATCH] Create index.py --- Exercice1/index.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Exercice1/index.py 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 : "))