Skip to content
Snippets Groups Projects
Commit 02ecfbf5 authored by D Vengatesh's avatar D Vengatesh
Browse files

ex2 q5 done

parent 60fceeaf
No related branches found
No related tags found
No related merge requests found
Pipeline #57 canceled
s1=input("Enter the string1")
s2=input("Enter the string 2")
s=s2[:2]+s1[2:]+s1[:2]+s2[2:]
print(s)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment