fork download
  1. a=(input())
  2. print(a)
  3. print(type(a))
Success #stdin #stdout 0.03s 9224KB
stdin
123456
stdout
123456
<class 'str'>