Baptiste Aimé
Python 3.12.4
>>> artist = "Baptiste Aimé"
>>> born = (1996, "Saint-Étienne")
>>> based = "Brussels"
>>> field = ["art", "mathematics", "science"]
>>> education = ["Beaux-Arts de Montpellier", "EPB, civil engineering"]
>>> status = "working"
>>>