mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-01-27 01:01:59 +00:00
01 to 3 i think
This commit is contained in:
11
01/ex0/ft_garden_intro.py
Normal file
11
01/ex0/ft_garden_intro.py
Normal file
@@ -0,0 +1,11 @@
|
||||
if __name__ == "__main__":
|
||||
name = "Rose"
|
||||
height = "25"
|
||||
age = "30"
|
||||
|
||||
print("=== Welcome to My Garden ===")
|
||||
print("Plant:", name)
|
||||
print("Height:", height, "cm")
|
||||
print("Age:", age, "days")
|
||||
print("")
|
||||
print("=== End of Program ===")
|
||||
Reference in New Issue
Block a user