3 lines
98 B
Python
3 lines
98 B
Python
imie = 'Adam'
|
|
print("Hej - {imie} - ja jestem Python.")
|
|
print(f"Hej - {imie} - ja jestem Python.") |