Rename main.py to main.py
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
name = input("Entrez votre nom : ")
|
||||
age = int(input("Entrez votre âge : "))
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
name = input("Entrez votre nom : ")
|
||||
age = int(input("Entrez votre âge : "))
|
||||