fork download
  1. # your code goes here
  2. min = input("dwse min")
  3. max = input("dwse max")
  4. mid = input("dwse mid")
  5. print(max,mid,min)
Success #stdin #stdout 0.02s 8736KB
stdin
1
10
5
stdout
dwse mindwse maxdwse mid10 5 1