Advertisement
neel_niloy

WE5

Feb 19th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. string1 = "I love"
  2. string2 = "Python"
  3. x = string1+string2
  4. print(x)
  5. y = len(x)
  6. print(y)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement