Rename main.py to main.py

This commit is contained in:
PeterGuek
2024-07-24 07:09:27 -07:00
committed by GitHub
parent ef29d97630
commit aebd224b7d

2
Exercice01/main.py Normal file
View File

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