fork download
  1. # your code goes here
  2. a = "abcde"
  3. print(a[:3])
Success #stdin #stdout 0.03s 8988KB
stdin
Standard input is empty
stdout
abc