0
How do we get space in between strings, while multiplying the strings ?
Print ("Sam" * 2) Output:- SamSam If we want output Sam Sam by multiplying operation of string.
1 Antwort
+ 5
Please specifiy the language name in tags ,
You need to do "Sam "*2