Introduction to Python
Profound Academy
Status
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description
Classes
sort 3 elements
Given 3 floating-point numbers, your task is to print them in increasing order.
Input
Output
4 -3.5 2
-3.5 2 4
To check your solution you need to sign in
Sign in to continue