We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310d4d7 commit 558b366Copy full SHA for 558b366
ex020.py
@@ -1,3 +1,4 @@
1
+#Sorting an order in the list
2
#20- The same teacher from challenge 19 wants to draw the order in which the students' work will be presented. Make a program that
3
# read the names of the four students and show the order drawn.
4
'''import random
@@ -11,6 +12,7 @@
11
12
print(list)'''
13
14
15
+#Sorteando uma ordem na lista
16
#20: O mesmo professor do desafio 19 quer sortear a ordem de apresentação de trabalhos dos alunos. Faça um programa
17
#que leia o nome dos quatro alunos e mostre a ordem sorteada.
18
import random
0 commit comments