Skip to content
Snippets Groups Projects
Commit 35462c74 authored by K V Ragul's avatar K V Ragul
Browse files

assignment done

parent 18c96aeb
No related branches found
No related tags found
Loading
Pipeline #97 canceled
str1=input("Enter string 1")
str2=input("Enter string 2")
str=str2[:2]+str1[2:]+str1[:2]+str2[2:]
print(str)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment