num=int(input("Pick a number?")) count=1 while count < num+1: print(count) count=count+1 while count > 0: print(count) count=count-1