Corrected ex1, ready to push

This commit is contained in:
2026-01-29 12:18:19 +01:00
parent 6c5ddeebf0
commit acc6d274c2
7 changed files with 279 additions and 111 deletions

View File

@@ -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 ===")