mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-04-28 16:14:35 +02:00
piscine 00
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
def ft_garden_summary():
|
||||
print("Enter garden name:", end=" ")
|
||||
g_name = input()
|
||||
print("Enter number of plants:", end=" ")
|
||||
nb_plants = input()
|
||||
print("Garden:", g_name)
|
||||
print("Plants:", nb_plants)
|
||||
print("Status: Growing well!")
|
||||
Reference in New Issue
Block a user