fork download
  1. def data(i):
  2. return int(''.join([i[6:], i[3:5], i[0:2]]))
  3. print(data('05/10/1983'))
  4.  
  5. #https://pt.stackoverflow.com/q/396790/101
Success #stdin #stdout 0.01s 27712KB
stdin
Standard input is empty
stdout
19831005