Preview:
str1 = "Thirty "
str2 = "Days "
str3 = "Of "
str4 = "Code "
concatenate_str = str1 + str2 + str3 + str4
print(concatenate_str)
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter