Advertisement
nyamekye

Untitled

Dec 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. first = "Mosh"
  2. last = "Hamedani"
  3. full = f"{first} {last}"
  4. print(full)
  5.  
  6. full = f"{first} {last}"
  7. ^
  8. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement