Online Courses
Free Tutorials  Go to Your University  Placement Preparation 
Goeduhub's Online Courses @ Udemy in Just INR 570/-
Online Training - Youtube Live Class Link
0 like 0 dislike
3.2k views
in Python Programming by Goeduhub's Expert (8.3k points)

Input:
5
8 6 9 2 7


Output:
2 6 7 8 9
9 8 7 6 2

Goeduhub's Top Online Courses @Udemy

For Indian Students- INR 360/- || For International Students- $9.99/-

S.No.

Course Name

 Coupon

1.

Tensorflow 2 & Keras:Deep Learning & Artificial Intelligence

Apply Coupon

2.

Natural Language Processing-NLP with Deep Learning in Python Apply Coupon

3.

Computer Vision OpenCV Python | YOLO| Deep Learning in Colab Apply Coupon
    More Courses

1 Answer

0 like 0 dislike
by Goeduhub's Expert (8.3k points)
 
Best answer

a=int(input())

b=input()

b=b.split(" ")

d=b.copy()

asc=[]

des=[]

s=0

for j in range(a):

    s+=1

#  For ascending order

    minimum=b[0]

    for i in b:

        if i < minimum:

            minimum=i

#  For descending order       

    maximum=d[0]

    for i in d:

        if i > maximum:

            maximum=i        

    

    asc.append(minimum)

    des.append(maximum)

    b.remove(minimum)

    d.remove(maximum)

print("Ascending order : ",asc)

print("Descending order : ",des)

3.3k questions

7.1k answers

394 comments

4.6k users

 Goeduhub:

About Us | Contact Us || Terms & Conditions | Privacy Policy || Youtube Channel || Telegram Channel © goeduhub.com Social::   |  | 
...