write a python program to get a single string from two given strings, separated by a space and swap the first two characters of each string

0

Write a Python program to get a single string from two given strings, separated by a space and swap the first two characters of each string.

By Beginner Lloyd Fadel at Apr 07 2021


Related code examples


Code examples by languages