mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-01-27 01:01:59 +00:00
piscine 00
This commit is contained in:
8
00/ex6/ft_garden_summary.py
Normal file
8
00/ex6/ft_garden_summary.py
Normal file
@@ -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