รับ name และ phone บรรทัดละค่า สร้าง dict แล้วพิมพ์ f"{contact['name']}={contact['phone']}"
ไม่ว่าง
Ann 081
Ann=081
name=input(); phone=input()
contact={'name':name,'phone':phone}
print(f"{contact['name']}={contact['phone']}") กด Run เพื่อรันโค้ด หรือ ตรวจคำตอบ เพื่อตรวจ test cases