write the python statement that would print out "abc","def",and. "ghi" with exactly two space in between any two string
Answers
Answered by
0
Explanation:
Much of what we do today with computers revolves around text:
Web pages
Text message
These require working with strings.
Strings are our third type, after integers and floats.
We’ve already seen the use strings in output,
print "Hello world"
x = 8
y = 10
print "Value of x is", x, "value of y is
Similar questions
English,
1 month ago
Science,
1 month ago
CBSE BOARD X,
1 month ago
Math,
3 months ago
Accountancy,
3 months ago
Hindi,
9 months ago
English,
9 months ago