- 3
Print(3 * '7'). How the answer is 777 ??
4 Answers
- 2
It means if it is print ( 4 * '7' ) then it will be 7777 đ¤¨
+ 7
because in python multiplying a string by a scalar give the srring repeated scalar times ^^
+ 5
yes... but why setting my answer as best and finally remove it for your own answer? it's unfair, and doesn't give you any xp ^^
+ 1
Yes you are right visph