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 3f9fbcd commit 310d4d7Copy full SHA for 310d4d7
ex019.py
@@ -1,3 +1,4 @@
1
+#Drawing an item from the list
2
#19- A teacher wants to draw one of his four students to erase the board. Make a program that helps him, reading the
3
# name of the students and writing the name of the chosen one on the screen.
4
import random
@@ -10,6 +11,7 @@
10
11
print(f'The student chosen to erase the board is {chosen}.')
12
13
14
+#Sorteando um item na lista
15
#19: Um professor quer sortear um dos seus quatro alunos para apagar o quadro. Faça um programa que ajude ele, lendo o
16
#nome dos alunos e escrevendo na tela o nome do escolhido.
17
'''import random
0 commit comments