8000 MarkRecruteurMTL (Mark-andre Tremblay) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View MarkRecruteurMTL's full-sized avatar
  • onepoint
  • Montréal

Block or report MarkRecruteurMTL

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 Loading

  1. Challenges from Daily Coding Problem Challenges from Daily Coding Problem
    1
    def main():
    2
    
                  
    3
      list = [10,11,3,7]
    4
      variableConstante = 21 
    5
    
                  
  2. Challenges from Daily Coding Challenge Challenges from Daily Coding Challenge
    1
    listData = []
    2
    listResultat = []
    3
    listLenght = 5
    4
    
                  
    5
    def dataCollect():
  3. Like a really basic calculator - Lik... Like a really basic calculator - Like opposite to userFriendly
    1
    def add(x,y):
    2
      return x+y
    3
      
    4
    def substract(x,y):
    5
      return x-y
  4. Challenges for Daily Coding Challenge Challenges for Daily Coding Challenge
    1
    list = [1,2,3]
    2
    iterativeValue = 1
    3
    comparisonValue = 0
    4
    
                  
    5
    while comparisonValue != iterativeValue:
  5. Python guessign game Python guessign game
    1
    from random import randint
    2
    number=randint(1,3) #Fix the random thing
    3
    test=True
    4
    score=0
    5
    
                  
0