+ 2
Please wat is the output of this string <<<{3*'7'}
strings
2 Respuestas
+ 2
It gives 777
Integer*string=integer times string
edited:
sorry I just ignored {} so correct output is {'777'}
+ 2
It means that you have a set identify by {}. The string '7' is written 3 times and the out is {'777'}