SyntaxFix
Write A Post
Hire A Developer
Questions
The other answers explain how to produce a string formatted like in your example, but if all you need to do is to print that stuff you could simply write:
print
first = 10 second = 20 print "First number is", first, "and second number is", second