Skip to content

Commit 558b366

Browse files
committed
doc: add comments
Exercises on modules with comments. Sorting an order in the list.
1 parent 310d4d7 commit 558b366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ex020.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Sorting an order in the list
12
#20- The same teacher from challenge 19 wants to draw the order in which the students' work will be presented. Make a program that
23
# read the names of the four students and show the order drawn.
34
'''import random
@@ -11,6 +12,7 @@
1112
print(list)'''
1213

1314

15+
#Sorteando uma ordem na lista
1416
#20: O mesmo professor do desafio 19 quer sortear a ordem de apresentação de trabalhos dos alunos. Faça um programa
1517
#que leia o nome dos quatro alunos e mostre a ordem sorteada.
1618
import random

0 commit comments

Comments
 (0)