文字列シャッフル

Run Settings
LanguagePython
Language Version
Run Command
from random import shuffle inp=input() inp=list(inp) shuf=inp[1:len(inp)-1] shuffle(shuf) print(inp[0]+''.join(shuf)+inp[len(inp)-1])
Editor Settings
Theme
Key bindings
Full width
Lines