Aug-01-2022, 09:31 AM
>>> a = "Kaspersky" >>> b = "Trend Micro" >>> c = f"{a}#{b}" >>> c 'Kaspersky#Trend Micro' >>>
How to combine two output in one variable?
|
|
Messages In This Thread |
How to combine two output in one variable? - by ilknurg - Aug-01-2022, 08:25 AM
RE: How to combine two output in one variable? - by Larz60+ - Aug-01-2022, 08:39 AM
RE: How to combine two output in one variable? - by Gribouillis - Aug-01-2022, 09:31 AM
|