Create index.py

This commit is contained in:
PeterGuek 2024-07-19 19:57:09 -07:00 committed by GitHub
parent d3d45051df
commit 4dd5e4ea4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Exercice1/index.py Normal file
View File

@ -0,0 +1,2 @@
name = input("Entrez votre nom : ")
age = int(input("Entrez votre âge : "))