Convert the following code to an if-elif-else statement:
if number == 1: print('One')else: if number == 2: print('Two')else: if number == 3: print('Three') else: print('Unknown')
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.