SyntaxFix
Write A Post
Hire A Developer
Questions
String concatenation, str.join, can be used to build the string.
str.join
d = datetime.now() '/'.join(str(x) for x in (d.month, d.day, d.year)) '3/7/2016'