Kunaal Thanikkunaal.hashnode.devยทJul 29, 2024Strings Manipulation -ch-02Concatenation : concatenate using '+' operator prefix = "al" suffix = "pha" print(prefix + suffix) # output : alpha f-String: helpful to print message with variable values. syntax: f" your message {var_a} and print {var_b} " prefix = "al" suffix = "...Python RecallPythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.