romach
4/11/2017 - 9:25 PM

String formatting

String formatting

name = "Roman"
print "Hello %s" % (name)