Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string1 = "I love"
- string2 = "Python"
- x = string1+string2
- print(x)
- y = len(x)
- print(y)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement