string variables print code example
Example 1: print make variables
$(error VAR is $(VAR))
$(warning VAR is $(VAR))
$(info VAR is $(VAR))
Example 2: python print string and variable
print "If there was a birth every 7 seconds, there would be: {} births".format(births)