|
1 2 3 4 5 |
#Concatenating strings string1 = "hello " string2 = "world" new_string = string1 + string2 print(new_string) |
Last Updated on 2018-12-24 by gantovnik
Dec 24, 2018 | python | 0 comments
|
1 2 3 4 5 |
#Concatenating strings string1 = "hello " string2 = "world" new_string = string1 + string2 print(new_string) |
Last Updated on 2018-12-24 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments