fork download
  1. # your code goes here
  2. a = "python"
  3. b = "is"
  4. c = "excellent"
  5. d = a[0] + c[0] + a[len(a)-1] + b
  6. print(d)
Success #stdin #stdout 0.02s 9180KB
stdin
Standard input is empty
stdout
penis