first characters of the three strings Get link Facebook X Pinterest Email Other Apps March 28, 2022 first characters of the three strings a=input() b=input() c=input() s="" s=s+a[0] s=s+b[0] s=s+c[0] print(s) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment