how to print the input of a variable and print a string all in one line code example
Example: python print variable and string
foo = "seven"
print("She lives with " + foo + " small men")
foo = "seven"
print("She lives with " + foo + " small men")