用class属性和静态方法
write a program that simulates a TV by creating it as an object . user should be able to enter a channel number and raise or lower the volume. Make sure that the channel number and volume level stay within valid ranges.
channel number between 0-500.
volume can be kept between 0-100