OverIQ.com
Run (or Hit F9)
s1 = "This is " + "one complete string" print(s1) s2 = "One " + "really really " + "long string" print(s2)