Skip to content
Snippets Groups Projects
Commit 98e20125 authored by aslesha's avatar aslesha
Browse files

Add new file

parent 7ddddd9c
No related branches found
No related tags found
No related merge requests found
Pipeline #183 canceled
string1 = input('Enter first:')
string2 = input('Enter second:')
print(string2[:2]+string1[2:],' ',string1[:2]+string2[2:])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment