Skip to content
View DisExcpt's full-sized avatar

Block or report DisExcpt

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
DisExcpt/README.md

Hi I'm Axel

I'm student of software engineer

""" why python, because I was doing a task in this language, so that's why python
"""
class Me:
    def __init__(self):
        """Class about me

        """
        
        self.personality = {
            'resposible':'100%',
            'dedicated':'100%' ,
            'happy':'200%',
            'organized':'70%'
            }
        self.coffeeMeter = 0  #i always need coffee

        """
        I know that it is not the best to try one language in other,
        but I really like to know more languages and practice in them,
        I am very passionate about mobile programming, but also desktop,
        But at this moment I think I know more about Web than Mobile jajaja
        """
        self.skills = {
            'python':'medium/advanced',
            'c/c++/c#':'medium',
            'javascript':'medium/advanced',
            'html':'advanced',
            'css':'medium',
            'react js':'beginner/medium',
            'flluter/dart':'beginner'
        }

    
    def refillCoffee(self,cupsOfCoffee):
        """Function to fill my need to drink coffee

            if coffeeMeter no is 100 need more coffee
            cup of coffee = 50%

            Example
            >>> refillCoffee(2)
            True

            >>> refillCoffee(1)
            False
        """
        coffee = cupsOfCoffee * 50
        self.coffeeMeter += coffee
        neddCoffee = (self.coffeeMeter < 100 )
        return needCoffee

Popular repositories Loading

  1. convertor_bases convertor_bases Public

    convertor de bases de 2 a 30 fácil modificable

    Python

  2. DisExcpt.github.io DisExcpt.github.io Public

    cv de DispExcript

    JavaScript

  3. S.S.O.-P01 S.S.O.-P01 Public

    Python

  4. DisExcpt DisExcpt Public

  5. S.I.A.2_practica1 S.I.A.2_practica1 Public

    Python

  6. S.S.O._P02 S.S.O._P02 Public

    Python