Answers for "how to add text to a string python"

1

how to add text to a string python

word = "hello"
name = "John"

sentence = word += name
Posted by: Guest on January-17-2021

Code answers related to "how to add text to a string python"

Python Answers by Framework

Browse Popular Code Answers by Language