Untitled - PYTHON 0.36 KB
                                
                                    name = input("Podaj swoje imie")

age = int(input("Podaj swoj wiek"))

color = input("Podaj kolor: ")

print("Hej " + name + ", Twój ulubiony kolor to " + color + ".")
print(", Masz" , age, " lat")
print(", Za rok bedziesz mial: ",age + 1, " lat")
                                
                            

Paste Hosted With By Wklejamy.pl