imie = input("Podja imię: ")
txt = input("Napisz coś o sobie: ")
czesc = "Cześć, jestem "+str(imie)
print(czesc)
print(txt)
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
imie = input("Podja imię: ")
txt = input("Napisz coś o sobie: ")
czesc = "Cześć, jestem "+str(imie)
print(czesc)
print(txt)