Skip to content

Instantly share code, notes, and snippets.

View feliperem's full-sized avatar
😀
Happy

Felipe Rodrigues feliperem

😀
Happy
  • LuizaLabs
  • Brazil
View GitHub Profile
@feliperem
feliperem / Adivinhacao.py
Created March 10, 2019 18:25
Aula Alura - Python
import random
def jogar():
print("****************************")
print("JONU")
print("****************************")
numero_secreto = random.randrange(1, 101)
pontos = 500