essai.py

Created by bhenry1

Created on June 26, 2021

55 Bytes


a='tra'
b='la'
c='lere'
d=a+3*b+c
print(d)