Python Quiz : Comment your answer 👇
IslandPDF@IslandPDF·1d@PythonPr Multiplying a string by an integer repeats that string as many times as the integer specifies. 👉 CÇevir English00040
Salvo Micciché@salvomic·2d@PythonPr "5" (a) is a string, so `a*b` is a repeated 3x ➛ 555Çevir English002160