I wanted to multiply a string and store them into a variable, heres an example of what I wanna do but in Python:
a = "A" * 200
You can use the standard function:
a = string.rep("A", 200)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With