I'm initializing a lot of string variables as follows:
a, b, c, d, e, f, g, h = "", "", "", "", "", "", "", ""
You can see that this doesn't look very nice (morever the variables have longer names). Is there some more compact shortcut?
Definitely more compact:
a=b=c=d=e=f=g=h=""
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