Answers for "online python to c++ converter"

0

online python to c++ converter

n=int(input("input the number of words"))
f=''
for i in range(0,n,1):
  c=input("input a word")
  d=len(c)
  if d<=10:
    f=c
  else:
    f=c[0]+str(d-2)+c[d-1]
  print(f)
Posted by: Guest on December-29-2021

Code answers related to "online python to c++ converter"

Code answers related to "Javascript"

Browse Popular Code Answers by Language