In Python I learned
Concatenating characters
Creating new strings
Today, I learned about the concept of concatenating characters in Python. This means combining or joining individual characters together to form a single string. In Python, this can be done using the ” ” operator to add two or more characters together. I also discovered that I can use the “join” method to concatenate a list of characters into a single string. It’s important to note that when concatenating characters, they must be of the same data type, either all strings or all characters. Additionally, I learned that when working with large strings, it’s more efficient to use the “join” method rather than the ” ” operator. Overall, I now have a better understanding of how to manipulate and combine characters in Python to create the desired output.
ANSWER: 22https://t.co/7JJ0pNDjE9 https://t.co/i75mOnMQ4L pic.twitter.com/yBM1YZr9A8
— Walker Spearson (@SpearsonWa83643) February 4, 2024