Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 55 Bytes

File metadata and controls

6 lines (5 loc) · 55 Bytes
>>> li = ["re"] * 3
>>> li
['re', 're', 're']