forked from pythonecuador/pythonecuador.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsorteo.py
34 lines (32 loc) · 2.52 KB
/
sorteo.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
import random
prs = [
"https://github.com/pettnaut/frontend-code/pull/4 hecho con café, aún muy pronto para la biela jaja",
"https://github.com/pettnaut/frontend-code/pull/11 cerveza",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/239/files, with agua 🚰",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/242, with cafe",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/241 with cafe",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/244 #TeamCoffee ☕️☕️☕️",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/245 #TeamCerveza",
"https://github.com/pettnaut/frontend-code/pull/12 🍻#teamCerveza",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/248 #TeamAgua",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/252 #TeamCanelazo",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/256 con 🍺",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/254 con Jugo de Alfalfa. 🤣",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/253 con batido de machica XD, no aguante el power del #teambeer",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/259 con aguita de valeriana 😂😂",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/226 #TeamAgua",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/227 #TeamAgua",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/236 #TeamAgua",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/262 Hecho con papipollo 🍗🍟",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/263 #TeamCoffee ☕️☕️☕️",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/260 #TeamCoffee ☕️☕️☕️",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/265 #Team 🍺",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/266 #TeamAgua",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/267 #TeamJava... Java de biela :D",
"https://github.com/javascriptecuador/web/pull/29 #TeamMachica",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/268 🍺",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/269 ☕️☕️☕️",
"https://github.com/javascriptecuador/web/pull/34 café",
"https://github.com/PythonEcuador/PythonEcuador.github.io/pull/270 Hecho con papipollo 🍗🍟 😅😅",
]
print(random.choice(prs))