add
dfjkdsahf nothingunknown
python
3 years ago
112 B
6
Indexable
s1=input("enter first string")
s2=input("enter secend string ")
s3= s1+s2
print("the addition  of string is",s3)Editor is loading...
s1=input("enter first string")
s2=input("enter secend string ")
s3= s1+s2
print("the addition  of string is",s3)