fork download
  1. # your code goes here
  2. person1 = {
  3. "ім'я": "Аріна",
  4. "вік": "17",
  5. "місто": "Полтава"
  6. }
  7. person2 = {
  8. "ім'я": "Максим",
  9. "вік": "25",
  10. "місто": "Київ"
  11. }
  12. print (f"person1","person2")
Success #stdin #stdout 0.09s 14072KB
stdin
Standard input is empty
stdout
person1 person2