mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
Corrected ex1, ready to push
This commit is contained in:
@@ -5,7 +5,7 @@ if __name__ == "__main__":
|
||||
|
||||
print("=== Welcome to My Garden ===")
|
||||
print("Plant:", name)
|
||||
print("Height:", height, "cm")
|
||||
print("Height: ", height, "cm", sep="")
|
||||
print("Age:", age, "days")
|
||||
print("")
|
||||
print("=== End of Program ===")
|
||||
|
||||
Reference in New Issue
Block a user