Skip to content
View Josewd's full-sized avatar
Block or Report

Block or report Josewd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ChefPortifolio ChefPortifolio Public

    A Chef Portifolio with link to download Cv, Photo Gallery, References, link do social media

    JavaScript

  2. cs50 pset6 python readability cs50 pset6 python readability
    1
    text_input = str(input('Text:')).lower()
    2
    cont_word = text_input.split(' ')
    3
    words = len(cont_word)
    4
    sentences = text_input.count('!') + text_input.count('.') + text_input.count('?')
    5
    
                  
  3. Anne_lima_app Anne_lima_app Public

    TypeScript

  4. jogo_das_palavras.py jogo_das_palavras.py
    1
    from random import choice
    2
    #criei uma funcao principal, somente para poder chamar a funcao sorteio dentro dela.
    3
    def main():
    4
        alpha = 'A B C D E F G H I J K L M N O P Q R S T U V W Y X Z'
    5
        #aqui fiz uma lista com todas as letras do alfabeto sendo cada letra em uma posicao
  5. pokedex3 pokedex3 Public

    JavaScript

  6. labe-food7 labe-food7 Public

    JavaScript