Write a function that takes two numerical arguments, which will be the beginning and end of a range of numbers that are printed on the screen. Make sure that the argument with the smaller value is the begin of the range (use for loops and if/else conditions). 这个怎么做啊